syn::visit

Function visit_expr_repeat

source
pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast ExprRepeat)
where V: Visit<'ast> + ?Sized,