[][src]Type Definition yaar_lock::RawMutexGuard

type RawMutexGuard<'a, T, E> = MutexGuard<'a, WordLock<E>, T>;

An RAII implemented of a "scoped lock" for RawMutex. See lock_api::MutexGuard for more info.