Method lrs::sync::Mutex::as_lock

Returns the underlying lock of this mutex.

Syntax

impl<T> Mutex<T> {
    fn as_lock(&self) -> &Lock
}