starnix_sync

Type Alias MutexGuard

Source
pub type MutexGuard<'a, T> = MutexGuard<'a, TracingWrapper<RawSyncMutex>, T>;

Aliased Typeยง

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