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
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.