pub type DistantChannel = Channel<Msg<Request>, Msg<Response>>;
Represents a Channel that communicates using the distant protocol
Channel
pub struct DistantChannel { /* private fields */ }