Expand description
Stateful paginators to help with paginated APIs.
Modules§
- thread
- Paginator facilities for a thread.
Structs§
- Pagination
Result - The result of a single event pagination.
- Paginator
- A stateful object to reach to an event, and then paginate backward and forward from it.
- Start
From Result - The result of an initial
Paginator::start_from
query.
Enums§
- Pagination
Token - Pagination token data, indicating in which state is the current pagination.
- Paginator
Error - An error that happened when using a
Paginator
. - Paginator
State - Current state of a
Paginator
.
Traits§
- Paginable
Room - A room that can be paginated.