Expand description
Types and methods for pageable responses.
Structs§
- Item
Iterator - Iterates over a collection of items or individual pages of items from a service.
- Page
Iterator - Iterates over a collection pages of items from a service.
- Pager
Options - Options for configuring the behavior of a
Pager.
Enums§
- Pager
Result - The result of fetching a single page from a
Pager, whether there are more pages or paging is done. - Pager
State - Represents the state of a
PagerorPageIterator.
Traits§
- Page
- Represents a single page of items returned by a collection request to a service.
Type Aliases§
- Pager
- Represents a paginated stream of items returned by a collection request to a service.