pub type ResourceWriteGuard<'a, T> = MappedRwLockWriteGuard<'a, T>;Expand description
Type alias to a more confusing type
Aliased Typeยง
pub struct ResourceWriteGuard<'a, T> { /* private fields */ }pub type ResourceWriteGuard<'a, T> = MappedRwLockWriteGuard<'a, T>;Type alias to a more confusing type
pub struct ResourceWriteGuard<'a, T> { /* private fields */ }