syn::gen::fold

Function fold_expr_repeat

source
pub fn fold_expr_repeat<F>(f: &mut F, node: ExprRepeat) -> ExprRepeat
where F: Fold + ?Sized,