Function git_repository::threading::get_mut
source · [−]pub fn get_mut<T>(
v: &RwLock<RawRwLock, T>
) -> RwLockWriteGuard<'_, RawRwLock, T>
Available on crate feature
unstable
only.Expand description
Get a mutable reference through a MutableOnDemand
for read-write access.