pub type Track<'a> = Vec<TrackEvent<'a>>;Expand description
A single track: simply a list of track events.
Only available with the alloc feature enabled.
Aliased Typeยง
pub struct Track<'a> { /* private fields */ }pub type Track<'a> = Vec<TrackEvent<'a>>;A single track: simply a list of track events.
Only available with the alloc feature enabled.
pub struct Track<'a> { /* private fields */ }