MCPcopy Create free account
hub / github.com/auula/falsework / fmt

Method fmt

src/cmd.rs:87–90  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

85
86impl<'a> fmt::Display for StrError<'a> {
87 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
88 // Delegate to the Display impl for `&str`:
89 self.0.fmt(f)
90 }
91}
92
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected