Trait gitlab::api::endpoint_prelude::Pageable [−][src]
pub trait Pageable { fn use_keyset_pagination(&self) -> bool { ... } }
A trait to indicate that an endpoint is pageable.
Provided methods
fn use_keyset_pagination(&self) -> bool
[src]
Whether the endpoint uses keyset pagination or not.