Function git_features::threading::lock[][src]

pub fn lock<T>(v: &Mutable<T>) -> MutexGuard<'_, T>
Expand description

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