Type Alias MutexGuard

Source
pub type MutexGuard<'a, T, const SHM: bool> = MutexGuard<'a, RawMutex<SHM>, T>;

Aliased Typeยง

pub struct MutexGuard<'a, T, const SHM: bool> { /* private fields */ }