pub type RevocableMutexGuard<'a, T, I = WriteLock> = RevocableGuard<'a, Mutex<()>, T, I>;
Expand description

A guard for a revocable mutex.