Type Alias lrp::Map

source ·
pub type Map<K, V> = BTreeMap<K, V>;

Aliased Type§

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