pub type RowStream<'a> = Pin<Box<dyn Stream<Item = Result<Row, SqlServerError>> + Send + 'a>>;Expand description
A stream of tiberius::Rows.
Aliased Typeยง
#[repr(transparent)]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.
#[repr(transparent)]pub struct RowStream<'a> { /* private fields */ }