Trait mz_repr::row::iter::IntoRowIterator
source · pub trait IntoRowIterator {
type Iter: RowIterator;
// Required method
fn into_row_iter(self) -> Self::Iter;
}
Expand description
Convert a type into a RowIterator
.