pub type Rows<V> = Pin<Box<dyn Stream<Item = Result<Row<V>, Error>> + Send>>;
A stream of table rows
pub struct Rows<V> { /* private fields */ }