Type Alias IndexMapPwm

Source
pub type IndexMapPwm<K, V, S = RandomState> = IndexMap<K, EntryValue<V>, S>;
Expand description

A type alias for Pwm that based on the IndexMap.

Aliased Typeยง

struct IndexMapPwm<K, V, S = RandomState> { /* private fields */ }