pub struct DurationPair { /* private fields */ }Expand description
A pair of durations, one total and one relative
The total duration is the sum of the relative duration and the previous duration.
pub struct DurationPair { /* private fields */ }A pair of durations, one total and one relative
The total duration is the sum of the relative duration and the previous duration.