flux_arc_interner

Type Alias Guard

Source
pub(crate) type Guard<T> = RwLockWriteGuard<'static, HashMap<Arc<T>, SharedValue<()>, BuildHasherDefault<FxHasher>>>;

Aliased Typeยง

struct Guard<T> { /* private fields */ }