and_then_flat_map

Macro and_then_flat_map 

Source
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.