Settings
Help

Module stream

Module stream 

Source

Structs§

Stream
This type implements io::Read and io::Write, encapsulating a Connection C and an underlying transport T, such as a socket.
StreamOwned
This type implements io::Read and io::Write, encapsulating and owning a Connection C and an underlying transport T, such as a socket.