macro_rules! try_map_vec {
    ($thing:expr, $mapfn:expr) => { ... };
}
Expand description

Same as map_vec when the map closure returns Results. Makes sure the results are “pushed up” and wraps with a try.