Type Alias Client

Source
pub type Client = Box<dyn Client + Send + Sync>;
Expand description

A connection to a message-exchange service (e.g., buffer, broker, etc.).

Aliased Typeยง

pub struct Client(/* private fields */);