pub trait NetworkStream: Read + Write { }
Expand description

Used by Client to represent types that are Read and Write.

Implementors