Type Definition opentelemetry_api::trace::OrderMap

source ·
pub type OrderMap<K, V, S = RandomState> = OrderMap<K, V, S>;
Available on crate feature trace only.
Expand description

re-export OrderMap to mitigate breaking change