Type Alias xitca_postgres::RowStream
source · pub type RowStream<'a> = GenericRowStream<&'a [Column]>;
Expand description
A stream of table rows.
Aliased Type§
struct RowStream<'a> { /* private fields */ }
pub type RowStream<'a> = GenericRowStream<&'a [Column]>;
A stream of table rows.
struct RowStream<'a> { /* private fields */ }