Type Alias matrix_sdk::sliding_sync::Range
source · 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 */ }