(&self, f: &mut Formatter)
| 59 | |
| 60 | impl Display for PeripheralId { |
| 61 | fn fmt(&self, f: &mut Formatter) -> fmt::Result { |
| 62 | Display::fmt(&self.0, f) |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | /// Implementation of [api::Peripheral](crate::api::Peripheral). |
nothing calls this directly
no test coverage detected