Type Alias re_chunk_store::IndexRange

source ·
pub type IndexRange = ResolvedTimeRange;

Aliased Type§

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

Fields§

§min: TimeInt§max: TimeInt