Closed HTGAzureX1212 closed 3 years ago
Typically the code that handles the XML deserialization is located here:
https://github.com/HT-Studios/HarTex-rust-discord-bot/tree/infdev/src/xml_deserialization
Just in case additional information on my implementation is required.
Any help is appreciated.
I currently have the following XML for deserialization:
Which I wrote the following Rust code for it:
However, when I attempt to deserialize it, I see this in my logs:
Saying that the field
Level
is missing.How can I fix this issue?