Type Alias RowStream

Source
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 */ }