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