pub fn visit_csr_connection<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast CsrConnection<T>, )where V: Visit<'ast, T> + ?Sized,