MCPcopy Create free account
hub / github.com/bitflags/bitflags / fmt

Method fmt

examples/fmt.rs:19–21  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter)

Source from the content-addressed store, hash-verified

17
18impl fmt::Debug for Flags {
19 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
20 bitflags::parser::to_writer(self, f)
21 }
22}
23
24impl fmt::Display for Flags {

Callers

nothing calls this directly

Calls 1

to_writerFunction · 0.85

Tested by

no test coverage detected