Function git_features::threading::get_ref
source · [−]pub fn get_ref<T>(v: &MutableOnDemand<T>) -> RefGuard<'_, T>
Expand description
Get a shared reference through a MutableOnDemand
for read-only access.
pub fn get_ref<T>(v: &MutableOnDemand<T>) -> RefGuard<'_, T>
Get a shared reference through a MutableOnDemand
for read-only access.