Type Alias OneShotRwLockWriteGuard

Source
pub type OneShotRwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawOneShotRwLock, T>;
Expand description

Aliased Typeยง

struct OneShotRwLockWriteGuard<'a, T> { /* private fields */ }