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