Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deviceplug/btleplug
/ SendSyncWrapper
Class
SendSyncWrapper
src/droidplug/jni_utils/ops.rs:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
struct SendSyncWrapper<T>(T);
184
185
unsafe impl<T> Send for SendSyncWrapper<T> {}
186
unsafe impl<T> Sync for SendSyncWrapper<T> {}
Callers
1
fn_adapter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected