[][src]Function syn::visit::visit_expr_loop

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