DistantClient

Type Alias DistantClient 

Source
pub type DistantClient = Client<Msg<Request>, Msg<Response>>;
Expand description

Represents a Client that communicates using the distant protocol

Aliased Typeยง

pub struct DistantClient { /* private fields */ }