Type Alias rerun::dataframe::IndexRange

source ·
pub type IndexRange = ResolvedTimeRange;

Aliased Type§

struct IndexRange {
    min: TimeInt,
    max: TimeInt,
}

Fields§

§min: TimeInt§max: TimeInt