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

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.