pub trait RawTransportWrite: AsyncWrite + Send + Unpin { }
Expand description

Interface representing a transport of raw bytes out of the system

Implementations on Foreign Types

Implementors