InnerRwLock

Type Alias InnerRwLock 

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

Aliased Typeยง

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