Type Definition coord::session::RowBatchStream[][src]

pub type RowBatchStream = UnboundedReceiver<Vec<Row>>;
Expand description

A channel of batched rows.