Type Definition fastmap::H256FastMap[][src]

type H256FastMap<T> = HashMap<H256, T, BuildHasherDefault<PlainHasher>>;

Specialized version of HashMap with H256 keys and fast hashing function.