get_mut

Function get_mut 

Source
pub fn get_mut<T>(v: &MutableOnDemand<T>) -> RwLockWriteGuard<'_, T>
Expand description

Get a mutable reference through a MutableOnDemand for read-write access.