Type Alias vector_lib::event::TraceArray

pub type TraceArray = Vec<TraceEvent>;
Expand description

The type alias for an array of TraceEvent elements.

Aliased Typeยง

struct TraceArray { /* private fields */ }