MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / fmt

Method fmt

src/noblkio.rs:24–31  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

22 E: fmt::Debug,
23{
24 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result
25 {
26 match *self
27 {
28 Err::Other(ref e) => fmt::Debug::fmt(e, f),
29 Err::WouldBlk => f.write_str("[INFO] WOULDBLK"),
30 }
31 }
32}
33
34

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected