Type Definition everscale_network::util::FxDashMap

source ·
pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;