Function syn::visit::visit_expr_repeat

source ยท
pub fn visit_expr_repeat<'ast, V>(v: &mut V, node: &'ast ExprRepeat)
where V: Visit<'ast> + ?Sized,
Available on crate features visit and full only.