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

pub type HashMap<Img> = HashMap<Id, Img, BuildHasherDefault<FnvHasher>>;
Expand description

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