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

Class Error

block-buffer/src/lib.rs:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83/// Block buffer error.
84#[derive(Copy, Clone, Eq, PartialEq, Debug)]
85pub struct Error;
86
87impl fmt::Display for Error {
88 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