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

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

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