pub type RowStream = Pin<Box<dyn Stream<Item = Result<Row, EventsError>> + Send>>;
Shared type alias for the row-based stream return type (mapped to EventsError).
pub struct RowStream { /* private fields */ }