Skip to main content

try_visit

Macro try_visit 

Source
macro_rules! try_visit {
    ($e:expr) => { ... };
}
Expand description

Propagates a VisitFlow: on Break, returns early; on Continue, yields the VisitAction.