type encoding/xml.UnmarshalerAttr

3 uses

	encoding/xml (current package)
		read.go#L191: type UnmarshalerAttr interface {
		read.go#L261: 		if unmarshaler, ok := reflect.TypeAssert[UnmarshalerAttr](val); ok {
		read.go#L268: 			if unmarshaler, ok := reflect.TypeAssert[UnmarshalerAttr](pv); ok {