Type Definition nannou::ui::image::HashMap[][src]

type HashMap<Img> = HashMap<Id, Img, BuildHasherDefault<FnvHasher>>;

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