Type Definition futures_intrusive::sync::Mutex

source · []
pub type Mutex<T> = GenericMutex<RawMutex, T>;
Expand description