pub type MetricArray = Vec<Metric>;
The type alias for an array of Metric elements.
Metric
struct MetricArray { /* private fields */ }