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 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)