pub type CustomIconsMap = HashMap<CustomIconUuid, Vec<u8>>;
A type alias for a map with custom icons.
pub struct CustomIconsMap { /* private fields */ }