pub type Collection<M> = HashMap<KeyName, Describable<M>>;Expand description
Collection of Describable metric::Bundles, stored in an immutable
Storage.
Aliased Typeยง
pub struct Collection<M> { /* private fields */ }pub type Collection<M> = HashMap<KeyName, Describable<M>>;Collection of Describable metric::Bundles, stored in an immutable
Storage.
pub struct Collection<M> { /* private fields */ }