[go: up one dir, main page]

Module pager

Module pager 

Source
Expand description

Types and methods for pageable responses.

Structs§

ItemIterator
Iterates over a collection of items or individual pages of items from a service.
PageIterator
Iterates over a collection pages of items from a service.

Enums§

PagerResult
The result of fetching a single page from a Pager, whether there are more pages or paging is done.
PagerState
Represents the state of a Pager or PageIterator.

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.