pub trait RawTransport: RawTransportRead + RawTransportWrite { }
Expand description

Interface representing a transport of raw bytes into and out of the system

Implementors