MCPcopy Index your code
hub / github.com/RustPython/RustPython / fmt

Method fmt

crates/common/src/crt_fd.rs:127–131  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

125
126impl fmt::Debug for Owned {
127 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
128 f.debug_tuple("crt_fd::Owned")
129 .field(&self.as_raw())
130 .finish()
131 }
132}
133
134#[derive(Copy, Clone)]

Callers

nothing calls this directly

Calls 2

finishMethod · 0.45
as_rawMethod · 0.45

Tested by

no test coverage detected