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

A guard for a revocable rw semaphore..

This documentation is an old archive. Please see https://rust.docs.kernel.org instead.