Module uni_stream::stream
source · Expand description
Provides an abstraction of Stream, as well as specific implementations for TCP and UDP
Structs§
- Implementing
StreamAcceptfor TcpListener - The medium used to get the
TcpListenerImpl - Implementing NetworkStream for TcpStream
- The medium used to get the
TcpStreamImpl - Implementing
StreamAcceptforUdpListener - The medium used to get the
TcpListenerImpl - Implementing NetworkStream for UdpStream
- The medium used to get the
UdpStreamImpl
Traits§
- Provides an abstraction for bind
- Used to abstract Stream operations, see
tokio::net::TcpStreamfor details - Abstractions for Listener-provided operations
- Provides an abstraction for connect