Macro try_next

Source
macro_rules! try_next {
    ($iter:expr, $($tt:tt)*) => { ... };
}