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