pub trait RawTransportRead: AsyncRead + Send + Unpin { }
Expand description

Interface representing a transport of raw bytes into the system

Implementations on Foreign Types

Implementors