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.

Implementations on Foreign Types§

Implementors§