Function git_features::threading::get_mut[][src]

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

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