Type Definition git_repository::threading::RefGuard
source · pub type RefGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
Expand description
A guarded reference suitable for safekeeping in a struct.
pub type RefGuard<'a, T> = RwLockReadGuard<'a, RawRwLock, T>;
A guarded reference suitable for safekeeping in a struct.