Function gix::threading::get_mut

source ·
pub fn get_mut<T>(
    v: &RwLock<RawRwLock, T>
) -> RwLockWriteGuard<'_, RawRwLock, T>
Expand description

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