MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / fmt

Method fmt

hail-fuzz/src/load_resizer.rs:20–24  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

18
19impl std::fmt::Display for Error {
20 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
21 match self {
22 Error::LifterError => f.write_str("Error lifting child blocks"),
23 }
24 }
25}
26
27impl From<DecodeError> for Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected