try_next

Macro try_next 

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