pub type AdminClientHandle = Arc<Mutex<dyn AdminClientLike + Send>>;Expand description
Boxed-dyn admin client handle: tests substitute a fake here without
opening a TCP connection, while production code wraps a real
AdminClient.
Aliased Typeยง
pub struct AdminClientHandle { /* private fields */ }