Skip to main content

map_try

Macro map_try 

Source
macro_rules! map_try {
    [ $expr:expr, $pat:pat => $mapper:expr ] => { ... };
}