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