Type Definition git_repository::threading::MappedRefGuard
source · pub type MappedRefGuard<'a, U> = MappedRwLockReadGuard<'a, RawRwLock, U>;
Expand description
A mapped reference created from a RefGuard
pub type MappedRefGuard<'a, U> = MappedRwLockReadGuard<'a, RawRwLock, U>;
A mapped reference created from a RefGuard