Trait redmine_api::api::Pageable
source · [−]pub trait Pageable {
fn response_wrapper_key(&self) -> String;
}
Expand description
A trait to indicate that an endpoint is pageable.
Required Methods
fn response_wrapper_key(&self) -> String
fn response_wrapper_key(&self) -> String
returns the name of the key in the response that contains the list of results