Trait yagen::FlatMapSugar

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

Required Methods§

Implementors§