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

Method fmt

inout/src/errors.rs:8–10  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

6
7impl fmt::Display for IntoArrayError {
8 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> Result<(), fmt::Error> {
9 f.write_str("Failed to convert into array.")
10 }
11}
12
13impl core::error::Error for IntoArrayError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected