Skip to main content

ChainStream

Type Alias ChainStream 

Source
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 */ }