pub type PreemptionSafeRwLock<T> = RwLock<T>;

Aliased Type§

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