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

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