Function syn::visit::visit_expr_loop

source ·
pub fn visit_expr_loop<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast ExprLoop
)