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

Method fmt

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

Source from the content-addressed store, hash-verified

371
372impl fmt::Display for Error {
373 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
374 f.write_str("Padding error")
375 }
376}
377
378impl core::error::Error for Error {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected