Type Alias matrix_sdk::sliding_sync::Range

source ·
pub type Range = RangeInclusive<Bound>;
Expand description

One range of rooms in a response from Sliding Sync.

Aliased Type§

struct Range { /* private fields */ }