[][src]Trait azure_sdk_core::NextMarkerOption

pub trait NextMarkerOption<'a> {
    fn next_marker(&self) -> Option<&'a str>;

    fn to_uri_parameter(&self) -> Option<String> { ... }
}

Required methods

fn next_marker(&self) -> Option<&'a str>

Loading content...

Provided methods

Loading content...

Implementors

Loading content...