Macro try_with

Source
macro_rules! try_with {
    ($ctx:ident, $exp:expr) => { ... };
}