pub type PreemptionSafeMutex<T> = Mutex<T>;

Aliased Type§

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