Type Alias opentelemetry_api::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 */);