Docs.rs
narrowlink-network-0.2.3
narrowlink-network 0.2.3
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SajjadPourali
Dependencies
async-recursion ^1.0.5
normal
bytes ^1.5.0
normal
chacha20poly1305 ^0.10.1
normal
futures-util ^0.3.30
normal
hyper ^0.14.28
normal
narrowlink-types ^0.2.3
normal
quinn ^0.10.2
normal
rustls ^0.21.10
normal
serde ^1.0.194
normal
serde_json ^1.0.110
normal
thiserror ^1.0.56
normal
tokio ^1.35.1
normal
tokio-rustls ^0.24.1
normal
tokio-tungstenite ^0.20.1
normal
tokio-util ^0.7
normal
tracing ^0.1.40
normal
tungstenite ^0.20.1
normal
webpki-roots ^0.25.3
normal
rlimit ^0.10
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
narrowlink_network
0.2.3
AsyncSocket
Implementors
In crate narrowlink_network
?
Trait
narrowlink_network
::
AsyncSocket
source
·
[
−
]
pub trait AsyncSocket:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
+ 'static { }
Implementors
§
source
§
impl<T>
AsyncSocket
for T
where T:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
+ 'static,