mz_repr::row::iter

Trait 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.

Required Associated Types§

Required Methods§

Source

fn into_row_iter(self) -> Self::Iter

Implementations on Foreign Types§

Source§

impl IntoRowIterator for Vec<Row>

Implementors§