Expand description
Pagination types.
This module provides PaginationParams for manual page-by-page control
and the Paginated trait that list response types implement for automatic
pagination via PageStream.
Structs§
- Pagination
Params - Query parameters for paginated endpoints.
Traits§
- Paginated
- Trait for paginated API response types.