pub type MutexGuard<'a, T> = GenericMutexGuard<'a, RawMutex, T>;
Expand description

Aliased Type§

struct MutexGuard<'a, T> { /* private fields */ }