Module paginators

Source
Expand description

Stateful paginators to help with paginated APIs.

Modules§

thread
Paginator facilities for a thread.

Structs§

PaginationResult
The result of a single event pagination.
Paginator
A stateful object to reach to an event, and then paginate backward and forward from it.
StartFromResult
The result of an initial Paginator::start_from query.

Enums§

PaginationToken
Pagination token data, indicating in which state is the current pagination.
PaginatorError
An error that happened when using a Paginator.
PaginatorState
Current state of a Paginator.

Traits§

PaginableRoom
A room that can be paginated.