fuchsia_sync

Type Alias Mutex

Source
pub type Mutex<T> = Mutex<RawSyncMutex, T>;

Aliased Typeยง

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