[][src]Function syn::visit::visit_expr_break

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