Type Alias OneShotMutex

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

Aliased Typeยง

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