Type Alias opentelemetry::trace::OrderMap

source ·
pub type OrderMap<K, V, S = RandomState> = OrderMap<K, V, S>;
Expand description

re-export OrderMap to mitigate breaking change

Aliased Type§

struct OrderMap<K, V, S = RandomState>(/* private fields */);