pub type Continuation = Vec<(String, Vec<u8>)>;Expand description
Per-namespace continuation tokens. A namespace missing from the list has no more pages; an entry with an empty token starts from the beginning.
Aliased Typeยง
pub struct Continuation { /* private fields */ }