type go.opentelemetry.io/otel/attribute.Iterator

14 uses

	go.opentelemetry.io/otel/attribute (current package)
		encoder.go#L31: 		Encode(iterator Iterator) string
		encoder.go#L102: func (d *defaultAttrEncoder) Encode(iter Iterator) string {
		iterator.go#L19: type Iterator struct {
		iterator.go#L34: 	iter Iterator
		iterator.go#L41: func (i *Iterator) Next() bool {
		iterator.go#L50: func (i *Iterator) Label() KeyValue {
		iterator.go#L56: func (i *Iterator) Attribute() KeyValue {
		iterator.go#L65: func (i *Iterator) IndexedLabel() (int, KeyValue) {
		iterator.go#L71: func (i *Iterator) IndexedAttribute() (int, KeyValue) {
		iterator.go#L76: func (i *Iterator) Len() int {
		iterator.go#L83: func (i *Iterator) ToSlice() []KeyValue {
		iterator.go#L106: func makeOne(iter Iterator) oneIterator {
		set.go#L139: func (l *Set) Iter() Iterator {
		set.go#L140: 	return Iterator{