Type Alias BTreePwm

Source
pub type BTreePwm<K, V> = BTreeMap<K, EntryValue<V>>;
Expand description

A type alias for Pwm that based on the BTreeMap.

Aliased Typeยง

struct BTreePwm<K, V> { /* private fields */ }