Type Definition helium_api::Stream[][src]

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

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

Trait Implementations

impl<T> IntoVec for Stream<T> where
    T: Send
[src]

type Item = T