Skip to main content

ODataDownloadLink

Trait ODataDownloadLink 

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