[][src]Type Definition conrod_core::theme::StyleMap

type StyleMap = FnvHashMap<TypeId, WidgetDefault>;

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