Type Alias TryCollectFut

Source
pub type TryCollectFut<'e, T> = TryCollect<CrudStream<'e, T>, Vec<T>>;
Expand description

Type alias for a TryCollect future that resolves to Result<Vec<T>, sqlx::Error>.

Aliased Typeยง

pub struct TryCollectFut<'e, T> { /* private fields */ }