RwLock

Type Alias RwLock 

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

Aliased Typeยง

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