Trait yagen::FlatMap[][src]

pub trait FlatMap {
    type Input;
    type OutputIterator: Iterator;
    fn call(self, input: Self::Input) -> Self::OutputIterator;
}

Associated Types

Required methods

Implementors