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 */ }