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