[go: up one dir, main page]

pub trait Continuable {
    fn continuation(&self) -> Option<String>;
}
Expand description

A type that can yield an optional continuation token

Required Methods

Implementors