syn::gen::visit

Function visit_expr_break

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