pub trait Stream: RecvFrame + SendFrame + From<TcpStream> { }
Expand description

A market trait for concrete stream implementations which can be used as a generic parameter in a Connection object.

Implementors