MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / fmt

Method fmt

src/path/dec_int.rs:258–260  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

256
257impl fmt::Debug for DecInt {
258 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
259 self.as_str().fmt(f)
260 }
261}

Callers

nothing calls this directly

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected