[][src]Trait exprz_core::iter::IntoIteratorGen

pub trait IntoIteratorGen<T> {
    type IterGen: IteratorGen<T>;
    pub fn gen(&self) -> Self::IterGen;
}

Convert a type into a IteratorGen.

Associated Types

type IterGen: IteratorGen<T>[src]

Underlying IteratorGen Type

Loading content...

Required methods

pub fn gen(&self) -> Self::IterGen[src]

Get a new IteratorGen.

Loading content...

Implementors

Loading content...