KeyValueStream

Type Alias KeyValueStream 

Source
pub type KeyValueStream = Pin<Box<dyn Stream<Item = Result<KeyValue>> + Send>>;
Expand description

Stream that yields KeyValue.

Aliased Typeยง

#[repr(transparent)]
pub struct KeyValueStream { /* private fields */ }