Trait helium_api::IntoVec [−][src]
pub trait IntoVec {
type Item;
fn into_vec<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = Result<Vec<Self::Item>>> + Send + 'async_trait>>
where
Self: 'async_trait;
}