Docs.rs
netconf-rust-0.5.0
netconf-rust 0.5.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
joshbenz
Dependencies
bytes ^1
normal
log ^0.4
normal
memchr ^2
normal
quick-xml ^0.39
normal
russh ^0.57
normal
thiserror ^2
normal
tokio ^1
normal
tokio-stream ^0.1
normal
tokio-util ^0.7
normal
Versions
56.6%
of the crate is documented
Platform
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
AsyncStream
netconf_
rust
0.5.0
Async
Stream
Implementors
In netconf_
rust::
stream
netconf_rust
::
stream
Trait
Async
Stream
Copy item path
Source
pub trait AsyncStream:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
{ }
Expand description
Super trait for our stream
Implementors
§
Source
§
impl<T:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
>
AsyncStream
for T