Type Definition multisql::RowIter

source · []
pub type RowIter = Box<dyn Iterator<Item = Result<(Value, Row)>>>;