common_procedure::store::state_store

Type Alias KeyValueStream

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

Stream that yields KeyValue.

Aliased Typeยง

struct KeyValueStream {}