Macro try_parse

Source
macro_rules! try_parse {
    ($input:expr => $output:ty) => { ... };
    ($input:expr) => { ... };
}