WriteHandle

Type Alias WriteHandle 

Source
pub type WriteHandle<T, U> = OwnedRwLockMappedWriteGuard<T, U>;

Aliased Typeยง

pub struct WriteHandle<T, U> { /* private fields */ }