Trait notion_wasi::models::paging::Pageable
source · pub trait Pageable {
// Required method
fn start_from(self, starting_point: Option<PagingCursor>) -> Self;
}pub trait Pageable {
// Required method
fn start_from(self, starting_point: Option<PagingCursor>) -> Self;
}