[−][src]Module websocket_base::stream::sync
A collection of traits and implementations for synchronous streams.
Re-exports
pub use super::ReadWritePair; |
pub use super::Stream; |
Structs
TcpStream | A TCP stream between a local and a remote socket. |
TlsStream | A stream managing a TLS session. |
Enums
Shutdown | Possible values which can be passed to the |
Traits
AsTcpStream | The ability access a borrow to an underlying TcpStream,
so one can set options on the stream such as |
NetworkStream | a |
Splittable | some streams can be split up into separate reading and writing components
|