1 2 3 4 5 6 7
mod basic; mod flatten; mod fn_trait; pub use basic::FnFlatMap; pub use flatten::FnFlatten; pub use fn_trait::FlatMap;