vector::event::array

Type Alias MetricArray

source
pub type MetricArray = Vec<Metric>;
Expand description

The type alias for an array of Metric elements.

Aliased Typeยง

struct MetricArray { /* private fields */ }