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.