[][src]Type Definition yaar_lock::sync::MutexGuard

type MutexGuard<'a, T> = RawMutexGuard<'a, T, OsThreadEvent>;
This is supported on feature="os" only.