Type Definition helium_api::Stream[][src]

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

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

type Item = T

fn into_vec<'async_trait>(
    self
) -> Pin<Box<dyn Future<Output = Result<Vec<Self::Item>>> + Send + 'async_trait>> where
    Self: 'async_trait, 
[src]