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