MCPcopy Create free account
hub / github.com/deviceplug/btleplug / fmt

Method fmt

src/winrtble/peripheral.rs:61–63  ·  view source on GitHub ↗
(&self, f: &mut Formatter)

Source from the content-addressed store, hash-verified

59
60impl 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).

Callers

nothing calls this directly

Calls 1

derive_propertiesMethod · 0.80

Tested by

no test coverage detected