pub type KeyValueStream = Pin<Box<dyn Stream<Item = Result<KeyValue>> + Send>>;
Stream that yields KeyValue.
#[repr(transparent)]pub struct KeyValueStream { /* private fields */ }