Skip to main content

RwLockWriteGuard

Type Alias RwLockWriteGuard 

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

Aliased Typeยง

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