Function git_features::threading::get_ref[][src]

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

Get a shared reference through a MutableOnDemand for read-only access.