Type Alias BoxRwLock

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

Aliased Typeยง

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