Type Definition helium_api::Stream[][src]

pub type Stream<T> = Pin<Box<dyn StdStream<Item = Result<T>> + Send>>;
Expand description

A type alias for Stream that may result in crate::error::Error

Trait Implementations