Type Alias vector_lib::event::array::MetricArray

pub type MetricArray = Vec<Metric>;
Expand description

The type alias for an array of Metric elements.

Aliased Typeยง

struct MetricArray { /* private fields */ }