pub trait TypedTransport<W, R>: TypedAsyncRead<R> + TypedAsyncWrite<W> { }
Expand description

Interface representing a transport of typed data into and out of the system

Implementors