vector::event

Type Alias TraceArray

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

The type alias for an array of TraceEvent elements.

Aliased Typeยง

struct TraceArray { /* private fields */ }