Method lrs::sync::MutexGuard::as_lock_guard

Returns a reference to the underlying lock-guard.

Syntax

impl<'a, T> MutexGuard<'a, T> {
    fn as_lock_guard(&self) -> &LockGuard<'a>
}