MutexGuard

Type Alias MutexGuard 

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

A MutexGuard using RawMutex for its backing implementation.

Aliased Typeยง

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