Type Alias vector::event::TraceArray
source · pub type TraceArray = Vec<TraceEvent>;
Expand description
The type alias for an array of TraceEvent
elements.
Aliased Type§
struct TraceArray { /* private fields */ }
pub type TraceArray = Vec<TraceEvent>;
The type alias for an array of TraceEvent
elements.
struct TraceArray { /* private fields */ }