Type Alias ssd::OrderedMap

source ·
pub type OrderedMap<T> = Vec<(String, T)>;

Aliased Type§

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