pub type AtomicContextManager = Arc<RwLock<ContextManager>>;

Aliased Type§

struct AtomicContextManager { /* private fields */ }