[−][src]Type Definition conrod_core::image::HashMap
type HashMap<Img> = FnvHashMap<Id, Img>;
The type of std::collections::HashMap
with fnv::FnvHasher
used within the image::Map
.
type HashMap<Img> = FnvHashMap<Id, Img>;
The type of std::collections::HashMap
with fnv::FnvHasher
used within the image::Map
.