Function syn::fold::fold_expr_loop[][src]

pub fn fold_expr_loop<F>(f: &mut F, node: ExprLoop) -> ExprLoop where
    F: Fold + ?Sized
This is supported on crate feature fold only.