Docs.rs
bluetooth-rust-0.3.9
bluetooth-rust 0.3.9
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
uglyoldbob
Dependencies
async-trait ^0.1.88
normal
bytes ^1.11.1
normal
enum_dispatch ^0.3.13
normal
futures ^0.3.30
normal
libc ^0.2.185
normal
log ^0.4
normal
ouroboros ^0.18.5
normal
serde ^1.0.219
normal
tokio ^1.40.0
normal
simple_logger ^5.2.0
dev
tlv_parser ^0.10.0
dev
jni ^0.21.1
normal
jni-min-helper ^0.3.0
normal
winit ^0.30.7
normal
bluer ^0.17.3
normal
windows ^0.62
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
SyncReadWrite
bluetooth_
rust
0.3.9
Sync
Read
Write
Implementors
In crate bluetooth_
rust
bluetooth_rust
Trait
Sync
Read
Write
Copy item path
Source
pub trait SyncReadWrite:
Read
+
Write
+
Send
{ }
Expand description
A trait combining read and write functionality
Implementors
§
Source
§
impl<T:
Read
+
Write
+
Unpin
+
Send
>
SyncReadWrite
for T