Type Alias fidl_fuchsia_metrics::EventVector

source ·
pub type EventVector = Vec<u32>;
Expand description

A vector of event codes. When used in one of the Log*() calls below, there must be one event code for each dimension of the metric whose metric_id is supplied, or else the call will return INVALID_ARGUMENTS.

Aliased Type§

struct EventVector { /* private fields */ }