Type Alias re_chunk_store::IndexRange
source · pub type IndexRange = ResolvedTimeRange;
Aliased Type§
struct IndexRange {
min: TimeInt,
max: TimeInt,
}
Fields§
§min: TimeInt
§max: TimeInt
pub type IndexRange = ResolvedTimeRange;
struct IndexRange {
min: TimeInt,
max: TimeInt,
}
min: TimeInt
§max: TimeInt