Type Definition kernel::sync::RevocableRwSemaphoreGuard
source · [−]pub type RevocableRwSemaphoreGuard<'a, T, I = WriteLock> = RevocableGuard<'a, RwSemaphore<()>, T, I>;
Expand description
A guard for a revocable rw semaphore..