Type Alias RwLock

Source
pub type RwLock<T> = RwLock<RawRwLock, T>;
๐Ÿ‘ŽDeprecated: The parkinglot feature has been renamed parking_lot
Expand description

Dependency tracking RwLock. See: ::parking_lot::RwLock.

Aliased Typeยง

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