pub trait ODataNextLink<RHS = Self> {
// Required method
fn odata_next_link(&self) -> Option<String>;
}
Required Methods§
Sourcefn odata_next_link(&self) -> Option<String>
fn odata_next_link(&self) -> Option<String>
Get the OData next link URL.