Lines Matching defs:fmt
26 use std::fmt;463 impl fmt::Debug for Path {464 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {465 fmt::Debug::fmt(&self.inner, f)595 impl fmt::Debug for CanonicalPath {596 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {597 fmt::Debug::fmt(&self.inner, f)