Type Alias Collection

Source
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 */ }