Type Definition conrod::image::HashMap[][src]

type HashMap<Img> = FnvHashMap<Id, Img>;

The type of std::collections::HashMap with fnv::FnvHasher used within the image::Map.