Method lrs::sync::MutexGuard::into_lock_guard

Turns the mutex-guard into the underlying lock-guard.

Syntax

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