[][src]Function syn::fold::fold_expr_return

pub fn fold_expr_return<F: ?Sized>(f: &mut F, node: ExprReturn) -> ExprReturn where
    F: Fold