Type Alias SharedClientWithReplyQueue

Source
pub type SharedClientWithReplyQueue<O> = Arc<ClientWithReplyQueue<O>>;

Aliased Typeยง

pub struct SharedClientWithReplyQueue<O> { /* private fields */ }