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

type StyleMap = FnvHashMap<TypeId, WidgetDefault>;

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