Type Alias Delta

Source
pub type Delta = ExtrapolatedRate<false, false>;

Aliased Type§

struct Delta {
    range_length: i64,
}

Fields§

§range_length: i64

Range length in milliseconds.