type encoding/xml.Unmarshaler

4 uses

	encoding/xml (current package)
		read.go#L179: type Unmarshaler interface {
		read.go#L206: func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
		read.go#L361: 		if unmarshaler, ok := reflect.TypeAssert[Unmarshaler](val); ok {
		read.go#L369: 			if unmarshaler, ok := reflect.TypeAssert[Unmarshaler](pv); ok {