RwLock

Type Alias RwLock 

Source
pub type RwLock<T> = RwLock<RawRwLock, T>;

Aliased Typeยง

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