Type Alias Keys

Source
pub type Keys<V> = Pin<Box<dyn Stream<Item = Result<Key<V>, Error>> + Send>>;
Expand description

A stream of Keys in a BTree

Aliased Typeยง

struct Keys<V> { /* private fields */ }