MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / fmt

Method fmt

0a_error_handling/rust/boilerplate.rs:10–12  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

8
9impl fmt::Display for EmptyVec {
10 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
11 write!(f, "invalid first item to double")
12 }
13}
14
15impl error::Error for EmptyVec {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected