Module pagination

Module pagination 

Source
Expand description

Structs§

Cursor
Opaque token which represents T as a base64 string (where T is encoded using bincode)
CursorPagination
Page pagination links to be placed in a response header.
PagePagination
Page pagination links to be placed in a response header.
PagePaginationQuery
Page-based pagination query
PagedApiResponse
An API response that can contain paging information which will be added in a Link header in the response.

Traits§

PagingLinkHeader
A trait to implement for types that can build a Link header for a HTTP response.
WithPagination
A trait for adding pagination to a response.