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

4 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_value.go#L214: 	decoder := v.Interface().(CustomDecoder)
		msgpack.go#L17: type CustomDecoder interface {
		msgpack.go#L27: 	_ CustomDecoder = (*RawMessage)(nil)
		types.go#L17: 	customDecoderType = reflect.TypeOf((*CustomDecoder)(nil)).Elem()