Type Alias vector_lib::event::array::TraceArray

pub type TraceArray = Vec<TraceEvent>;
Expand description

The type alias for an array of TraceEvent elements.

Aliased Typeยง

struct TraceArray { /* private fields */ }