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 */ }pub type TryCollectFut<'e, T> = TryCollect<CrudStream<'e, T>, Vec<T>>;Type alias for a TryCollect future that resolves to Result<Vec<T>, sqlx::Error>.
pub struct TryCollectFut<'e, T> { /* private fields */ }