pub type Pager<P, F = JsonFormat> = ItemIterator<Response<P, F>>;Expand description
Represents a paginated stream of items returned by a collection request to a service.
Specifically, this is a ItemIterator that yields Response<T> items.
Aliased Typeยง
pub struct Pager<P, F = JsonFormat> { /* private fields */ }