pub type ChainStream = Pin<Box<dyn Stream<Item = Result<StreamToken, ChainError>> + Send>>;Expand description
Chain stream output type.
Aliased Type§
pub struct ChainStream { /* private fields */ }pub type ChainStream = Pin<Box<dyn Stream<Item = Result<StreamToken, ChainError>> + Send>>;Chain stream output type.
pub struct ChainStream { /* private fields */ }