Trait proxer::Pageable [] [src]

pub trait Pageable<E: Endpoint + Clone + Debug> where
    <E as Endpoint>::ResponseType: IntoIterator + Clone + Debug
{ fn pager(self) -> Pager<E>; }

Required Methods

Implementors