pub fn fold_avro_schema<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: AvroSchema<T>, ) -> AvroSchema<T2>where F: Fold<T, T2> + ?Sized,