Type Definition azul_webrender::FastHashMap[][src]

pub type FastHashMap<K, V> = HashMap<K, V, BuildHasherDefault<FxHasher>>;