Trait Alias RowStream

Source
trait RowStream<'a> = Stream<Item = StreamExecutorResult<OwnedRow>> + 'a;