Trait iter_columns::prelude::IterColumnsVecBorrowed7Ext[][src]

pub trait IterColumnsVecBorrowed7Ext<'a, T: 'a>: Iterator<Item = &'a &'a &'a &'a &'a &'a &'a Vec<T>> {
    fn columns(self) -> IterColumnsVecBorrowed7Struct<'a, T>
    where
        Self: Sized
, { ... }
fn columns_options(self) -> IterColumnsVecBorrowed7OptionsStruct<'a, T>
    where
        Self: Sized
, { ... } }

Provided methods

fn columns(self) -> IterColumnsVecBorrowed7Struct<'a, T> where
    Self: Sized
[src]

fn columns_options(self) -> IterColumnsVecBorrowed7OptionsStruct<'a, T> where
    Self: Sized
[src]

Implementors

impl<'a, T: 'a, I: Iterator<Item = &'a &'a &'a &'a &'a &'a &'a Vec<T>>> IterColumnsVecBorrowed7Ext<'a, T> for I[src]