Mutex

Type Alias Mutex 

Source
pub type Mutex<T> = Mutex<RawMutex, T>;
Expand description

A Mutex using RawMutex for its backing implementation.

Aliased Typeยง

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