Type Alias OneShotMutex

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

Aliased Typeยง

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