tryopt

Macro tryopt 

Source
macro_rules! tryopt {
    () => { ... };
    ($e:expr) => { ... };
}