type encoding/xml.Unmarshaler
5 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#L308: unmarshalerType = reflect.TypeFor[Unmarshaler]()
read.go#L358: return d.unmarshalInterface(val.Interface().(Unmarshaler), start)
read.go#L364: return d.unmarshalInterface(pv.Interface().(Unmarshaler), start)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)