Skip to main content

ODataNextLink

Trait ODataNextLink 

Source
pub trait ODataNextLink<RHS = Self> {
    // Required method
    fn odata_next_link(&self) -> Option<String>;
}

Required Methods§

Get the OData next link URL.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Implementors§