Skip to main content

MutexGuard

Type Alias MutexGuard 

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

A non-send guard returned by Mutex.

Aliased Typeยง

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