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