Trait distant_net::TypedTransport
source · [−]pub trait TypedTransport<W, R>: TypedAsyncRead<R> + TypedAsyncWrite<W> { }Expand description
Interface representing a transport of typed data into and out of the system
pub trait TypedTransport<W, R>: TypedAsyncRead<R> + TypedAsyncWrite<W> { }Interface representing a transport of typed data into and out of the system