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