Macro try_int

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