BytemappedTrack

Type Alias BytemappedTrack 

Source
pub type BytemappedTrack<'a> = Vec<(&'a [u8], TrackEvent<'a>)>;
Expand description

A track, represented as a Vec of events along with their originating bytes.

This type alias is only available with the alloc feature enabled.

Aliased Typeยง

pub struct BytemappedTrack<'a> { /* private fields */ }