map_first_result

Macro map_first_result 

Source
macro_rules! map_first_result {
    ($res:expr, $f:expr) => { ... };
}
Expand description

like map_first but the mapping should return a result.