Function syn::visit::visit_expr_repeat[][src]

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