Skip to main content

drain

Function drain 

Source
pub fn drain<S: RowSource + ?Sized>(source: &mut S) -> ExecResult<Vec<Row>>
Expand description

Drain a row source into a Vec<Row>, propagating the first error.