Type Alias MutexGuard

Source
pub type MutexGuard<'a, T> = MutexGuard<'a, RawMutex, T>;
๐Ÿ‘ŽDeprecated: The parkinglot feature has been renamed parking_lot
Expand description

Mutex guard for Mutex.

Aliased Typeยง

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