pub struct Stream;
Expand description
QueryStrategy
returning a stream of rows
type Result<'result> = impl Stream<Item = Result<Row, Error>>
pub struct Stream;
QueryStrategy
returning a stream of rows
type Result<'result> = impl Stream<Item = Result<Row, Error>>