pub type Images = IndexMap<u32, Image>;
A map of Image::image_id to Image.
Image::image_id
Image
struct Images { /* private fields */ }