pub type ValueStream = Pin<Box<dyn Stream<Item = StreamItem> + Send>>;
Stream type alias
pub struct ValueStream { /* private fields */ }