Type Definition conrod_core::image::HashMap

source · []
pub type HashMap<Img> = FnvHashMap<Id, Img>;
Expand description

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