DistantChannel

Type Alias DistantChannel 

Source
pub type DistantChannel = Channel<Msg<Request>, Msg<Response>>;
Expand description

Represents a Channel that communicates using the distant protocol

Aliased Typeยง

pub struct DistantChannel { /* private fields */ }