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

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