type github.com/vmihailenco/msgpack/v5.Unmarshaler

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L228: 	unmarshaler := v.Interface().(Unmarshaler)
		ext.go#L20: 	Unmarshaler
		ext.go#L33: 		return v.Interface().(Unmarshaler).UnmarshalMsgpack(b)
		msgpack.go#L9: type Unmarshaler interface {
		types.go#L22: 	unmarshalerType = reflect.TypeOf((*Unmarshaler)(nil)).Elem()