github.com/vmihailenco/msgpack/v5.Unmarshaler.UnmarshalMsgpack (method)

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L229: 	return unmarshaler.UnmarshalMsgpack(b)
		ext.go#L33: 		return v.Interface().(Unmarshaler).UnmarshalMsgpack(b)
		msgpack.go#L10: 	UnmarshalMsgpack([]byte) error