Type Definition nannou::ui::theme::StyleMap[][src]

type StyleMap = HashMap<TypeId, WidgetDefault, BuildHasherDefault<FnvHasher>>;

std::collections::HashMap with fnv::FnvHasher for unique styling of each widget, index-able by the Widget::kind.