pub type Range = RangeInclusive<Bound>;
Available on crate feature
experimental-sliding-sync
only.Expand description
One range of rooms in a response from Sliding Sync.
Aliased Typeยง
struct Range { /* private fields */ }