You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
serde_xml will fail with error at runtime (Expected text), and it is fixed by declaring an empty struct and adding a field of that type to a atructure a.
For xml:
with Rust structures:
serde_xml will fail with error at runtime (
Expected text
), and it is fixed by declaring an empty struct and adding a field of that type to a atructurea
.The text was updated successfully, but these errors were encountered: