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

14 uses

	go.opentelemetry.io/otel/attribute (current package)
		encoder.go#L20: 		Encode(iterator Iterator) string
		encoder.go#L91: func (d *defaultAttrEncoder) Encode(iter Iterator) string {
		iterator.go#L8: type Iterator struct {
		iterator.go#L23: 	iter Iterator
		iterator.go#L30: func (i *Iterator) Next() bool {
		iterator.go#L39: func (i *Iterator) Label() KeyValue {
		iterator.go#L45: func (i *Iterator) Attribute() KeyValue {
		iterator.go#L54: func (i *Iterator) IndexedLabel() (int, KeyValue) {
		iterator.go#L60: func (i *Iterator) IndexedAttribute() (int, KeyValue) {
		iterator.go#L65: func (i *Iterator) Len() int {
		iterator.go#L72: func (i *Iterator) ToSlice() []KeyValue {
		iterator.go#L95: func makeOne(iter Iterator) oneIterator {
		set.go#L156: func (l *Set) Iter() Iterator {
		set.go#L157: 	return Iterator{