(&self, f: &mut fmt::Formatter)
| 17 | |
| 18 | impl fmt::Debug for Flags { |
| 19 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
| 20 | bitflags::parser::to_writer(self, f) |
| 21 | } |
| 22 | } |
| 23 | |
| 24 | impl fmt::Display for Flags { |
nothing calls this directly
no test coverage detected