Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deserializing a tuple struct containing a vec (including unit test) #90

Open
chmielot opened this issue Oct 24, 2023 · 0 comments
Open

Comments

@chmielot
Copy link

When trying to deserialize a tuple struct that contains a vec I get the error

"invalid type: map, expected a sequence

I understand why that is but I'm stuck with finding a way to make it work.
The following PR shows what I'm trying to do by extending the unit tests:

https://github.com/chmielot/serde_qs/pull/1/files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant