Type Alias RwLock

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

Aliased Typeยง

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