pub trait HasPagination {
    fn next_page(&self) -> Option<Url>;
}

Required Methods§

Implementors§