Skip to main content

ODataDeltaLink

Trait ODataDeltaLink 

Source
pub trait ODataDeltaLink<RHS = Self> {
    // Required method
    fn odata_delta_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§