pub type RwSemaphoreWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSemaphore, T>;Expand description
An exclusive, task-bound semaphore guard.
Aliased Typeยง
pub struct RwSemaphoreWriteGuard<'a, T> { /* private fields */ }pub type RwSemaphoreWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSemaphore, T>;An exclusive, task-bound semaphore guard.
pub struct RwSemaphoreWriteGuard<'a, T> { /* private fields */ }