Type Alias vector::event::array::TraceArray

source ·
pub type TraceArray = Vec<TraceEvent>;
Expand description

The type alias for an array of TraceEvent elements.

Aliased Type§

struct TraceArray { /* private fields */ }