type encoding/xml.MarshalerAttr

3 uses

	encoding/xml (current package)
		marshal.go#L125: type MarshalerAttr interface {
		marshal.go#L586: 		if marshaler, ok := reflect.TypeAssert[MarshalerAttr](val); ok {
		marshal.go#L601: 			if marshaler, ok := reflect.TypeAssert[MarshalerAttr](pv); ok {