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