We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problems serializing structs. Current behaviour:
[ 0x20, { "file:", true, true, } ]
Expected to serialize with field names:
[ 32, { "scheme": "customfs", "has_hierarchical_uris": true, "is_globbable": true } ]
Unsure of how to do so.
The text was updated successfully, but these errors were encountered:
Figured it out. Needed to add the .with_struct_map() trait to the serializer function. See the next PR. Will link.
.with_struct_map()
Sorry, something went wrong.
No branches or pull requests
Problems serializing structs. Current behaviour:
Expected to serialize with field names:
Unsure of how to do so.
The text was updated successfully, but these errors were encountered: