MCPcopy Create free account
hub / github.com/bjoernQ/bleps / BleConnector

Class BleConnector

example/src/main.rs:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234pub struct BleConnector<'a, T> {
235 connection: &'a mut T,
236}
237
238impl<'a, T> BleConnector<'a, T>
239where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected