[][src]Type Definition gluesql::store::RowIter

type RowIter<T> = Box<dyn Iterator<Item = Result<(T, Row)>>>;