Function syn::visit::visit_expr_break

source ยท
pub fn visit_expr_break<'ast, V>(v: &mut V, node: &'ast ExprBreak)
where V: Visit<'ast> + ?Sized,