Trait azure_core::Continuable
source · [−]pub trait Continuable {
fn continuation(&self) -> Option<String>;
}Expand description
A type that can yield an optional continuation token
pub trait Continuable {
fn continuation(&self) -> Option<String>;
}A type that can yield an optional continuation token