Skip to main content

RowStream

Type Alias RowStream 

Source
pub type RowStream = Pin<Box<dyn Stream<Item = Result<Row, EventsError>> + Send>>;
Expand description

Shared type alias for the row-based stream return type (mapped to EventsError).

Aliased Typeยง

pub struct RowStream { /* private fields */ }