pub type RowStream<'a> = Pin<Box<dyn Stream<Item = Result<Row, SqlServerError>> + Send + 'a>>;Expand description
A stream of tiberius::Rows.
Aliased Typeยง
pub struct RowStream<'a> { /* private fields */ }pub type RowStream<'a> = Pin<Box<dyn Stream<Item = Result<Row, SqlServerError>> + Send + 'a>>;A stream of tiberius::Rows.
pub struct RowStream<'a> { /* private fields */ }