Macro petgraph::visit::dfsvisit::try_control
source ยท macro_rules! try_control { ($e:expr) => { ... }; }
Expand description
Return if the expression is a break value.
macro_rules! try_control { ($e:expr) => { ... }; }
Return if the expression is a break value.