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

A guard for a revocable rw semaphore..