Trait vervolg::eval::RowSet [] [src]

pub trait RowSet {
    fn reset(&mut self) -> Result<(), Error>;
fn next<'a>(&'a mut self) -> Option<RowResult<'a>>;
fn meta<'a>(&'a self) -> &'a RowSet; }

Required Methods

Implementors