[][src]Macro grin_core::try_map_vec

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

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