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

Method fmt

block-buffer/src/lib.rs:88–90  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

86
87impl fmt::Display for Error {
88 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
89 f.write_str("Block buffer error")
90 }
91}
92
93/// Buffer for block processing of data.

Callers

nothing calls this directly

Calls 2

get_dataMethod · 0.80
get_posMethod · 0.45

Tested by

no test coverage detected