Trait helium_api::IntoVec[][src]

pub trait IntoVec: StreamExt {
    fn into_vec<'async_trait, T>(
        self
    ) -> Pin<Box<dyn Future<Output = Result<Vec<T>>> + Send + 'async_trait>>
    where
        Self: Sized,
        T: Send,
        Vec<Result<T>>: Extend<Self::Item>,
        T: 'async_trait,
        Self: Send + 'async_trait
, { ... } }

Provided methods

Implementors