17
Lost on this Axum error... any thoughts?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Oh man, I didn't know debug_handler existed. Sure enough I had a missing derived attribute... not sure how but Serde serialize and deserialize were missing, so when I was trying to return Ok(Json(army)) it was failing. Thanks so much!
You're welcome!