ArcRwLock

Type Alias ArcRwLock 

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

Arc = immutable ArcRwLock = mutable

Aliased Typeยง

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