Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
pub struct BleConnector<'a, T> {
235
connection: &'a mut T,
236
}
237
238
impl<
'a, T> BleConnector<'
a, T>
239
where
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected