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