pub type TimeWindowInclusive = RangeInclusive<Timestamp>;
Expand description

An inclusive range of timestamps, measured in microseconds

Aliased Type§

struct TimeWindowInclusive { /* private fields */ }