Type Alias RcRwLock

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

Aliased Typeยง

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