Type Alias StableMap

Source
pub type StableMap<K, V> = LinkedHashMap<K, V>;

Aliased Typeยง

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