Type Alias BoxRwLock

Source
pub type BoxRwLock<T> = Box<RwLock<T>>;

Aliased Typeยง

pub struct BoxRwLock<T>(/* private fields */);