Method lrs::sync::MutexGuard::unlock

Unlocks the mutex and returns a reference to it.

Syntax

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