Type Definition databend_driver::RowIterator

source ·
pub type RowIterator = Pin<Box<dyn Stream<Item = Result<Row, Error>> + Send>>;