MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / fmt

Method fmt

euralios_std/src/path.rs:251–253  ·  view source on GitHub ↗
(&self, formatter: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

249
250impl fmt::Debug for PathBuf {
251 fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
252 fmt::Debug::fmt(&**self, formatter)
253 }
254}
255
256impl ops::Deref for PathBuf {

Callers

nothing calls this directly

Calls 3

DebugHelperClass · 0.85
iterMethod · 0.80
as_pathMethod · 0.80

Tested by

no test coverage detected