Function syn::fold::fold_expr_repeat

source ยท
pub fn fold_expr_repeat<F>(f: &mut F, node: ExprRepeat) -> ExprRepeat
where F: Fold + ?Sized,
Available on crate features fold and full only.