MCPcopy Create free account
hub / github.com/GitoxideLabs/learning-rust-with-gitoxide / fmt

Method fmt

errors/src/main.rs:12–14  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

10
11impl Display for OutOfBoundsError {
12 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
13 write!(f, "{:?}", self)
14 }
15}
16
17impl Error for OutOfBoundsError {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected