Method lrs::sync::LockGuard::as_lock

Returns the lock guarded by this guard.

Syntax

impl<'a> LockGuard<'a> {
    fn as_lock(&self) -> &'a Lock
}