pub type BTreePwm<K, V> = BTreeMap<K, EntryValue<V>>;
A type alias for Pwm that based on the BTreeMap.
Pwm
BTreeMap
struct BTreePwm<K, V> { /* private fields */ }