Trait graph_http::traits::ODataDownloadLink
source · pub trait ODataDownloadLink<RHS = Self> {
// Required method
fn download_link(&self) -> Option<String>;
}
Required Methods§
sourcefn download_link(&self) -> Option<String>
fn download_link(&self) -> Option<String>
Get the OData next link URL.