Macro tryoption

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