pub type RwSemaphoreReadGuard<'a, T> = RwLockReadGuard<'a, RawRwSemaphore, T>;Expand description
A shared, task-bound semaphore guard.
Aliased Typeยง
pub struct RwSemaphoreReadGuard<'a, T> { /* private fields */ }pub type RwSemaphoreReadGuard<'a, T> = RwLockReadGuard<'a, RawRwSemaphore, T>;A shared, task-bound semaphore guard.
pub struct RwSemaphoreReadGuard<'a, T> { /* private fields */ }