Type Alias b_tree::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 */ }