macro_rules! and_then_flat_map {
($name:ident<$( $t:tt ),+>) => { ... };
($name:ident<$( $t:tt ),+>, $ct:tt $(+ $dt:tt )*) => { ... };
}Expand description
Macro to implement AndThen for types implementing a FlatMap::flat_map.
macro_rules! and_then_flat_map {
($name:ident<$( $t:tt ),+>) => { ... };
($name:ident<$( $t:tt ),+>, $ct:tt $(+ $dt:tt )*) => { ... };
}Macro to implement AndThen for types implementing a FlatMap::flat_map.