Skip to main content

MutexGuard

Type Alias MutexGuard 

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

RAII guard returned by Mutex::lock.

Aliased Typeยง

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