MCPcopy Create free account
hub / github.com/RustCrypto/utils / OutIsTooSmallError

Class OutIsTooSmallError

inout/src/errors.rs:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43/// Output buffer is smaller than input buffer.
44#[derive(Clone, Copy, Debug)]
45pub struct OutIsTooSmallError;
46
47impl fmt::Display for OutIsTooSmallError {
48 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected