Type Definition distant_core::DistantChannel

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

Represents a Channel that communicates using the distant protocol