Type Alias Rows

Source
pub type Rows<V> = Pin<Box<dyn Stream<Item = Result<Row<V>, Error>> + Send>>;
Expand description

A stream of table rows

Aliased Typeยง

pub struct Rows<V> { /* private fields */ }