axsync

Type Alias MutexGuard

Source
pub type MutexGuard<'a, T> = MutexGuard<'a, RawMutex, T>;
Available on crate feature multitask only.
Expand description

An alias of [lock_api::MutexGuard].

Aliased Typeยง

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