Type Alias vector::event::array::MetricArray

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

The type alias for an array of Metric elements.

Aliased Type§

struct MetricArray { /* private fields */ }