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

Method fmt

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

Source from the content-addressed store, hash-verified

49// Not required: Add formatting support
50impl fmt::Display for ManualFlags {
51 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
52 bitflags::parser::to_writer(self, f)
53 }
54}
55
56fn main() {

Callers

nothing calls this directly

Calls 1

to_writerFunction · 0.85

Tested by

no test coverage detected