Track

Type Alias Track 

Source
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 */ }