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