Trait yagen::FlatMapSugar[][src]

pub trait FlatMapSugar: Generator + Sized {
    fn flat_map<F: FlatMap<Input = Self::Yield>>(
        self,
        f: F
    ) -> FlatMapGenerator<Self, F>; }

Required methods

Implementors