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