Type Alias ArcRwLock

Source
pub type ArcRwLock<T> = Arc<RwLock<T>>;

Aliased Typeยง

pub struct ArcRwLock<T> { /* private fields */ }