(&mut self, part: InstructionPart)
| 508 | |
| 509 | impl ArgsFormatter<'_> { |
| 510 | fn write(&mut self, part: InstructionPart) -> core::fmt::Result { |
| 511 | (self.cb)(part).map_err(|_| core::fmt::Error) |
| 512 | } |
| 513 | |
| 514 | fn write_opaque<F>(&mut self, value: F) -> core::fmt::Result |
| 515 | where F: unarm::FormatValue { |
no outgoing calls
no test coverage detected