Type Alias ssd_data::OrderedMap

source ·
pub type OrderedMap<T> = BTreeMap<String, T>;

Aliased Type§

struct OrderedMap<T> { /* private fields */ }