pub type SharedPrivateClient<E> = Arc<dyn PrivateClient<Error = E>>;Expand description
Shared private client type alias.
Aliased Typeยง
pub struct SharedPrivateClient<E> { /* private fields */ }pub type SharedPrivateClient<E> = Arc<dyn PrivateClient<Error = E>>;Shared private client type alias.
pub struct SharedPrivateClient<E> { /* private fields */ }