ShareRwLock

Type Alias ShareRwLock 

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

Aliased Typeยง

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