pub(crate) type InternMap<T> = DashMap<Arc<T>, (), BuildHasherDefault<FxHasher>>;
Aliased Typeยง
struct InternMap<T> { /* private fields */ }
pub(crate) type InternMap<T> = DashMap<Arc<T>, (), BuildHasherDefault<FxHasher>>;
struct InternMap<T> { /* private fields */ }