---- test::should_serialize stdout ----
thread 'test::should_serialize' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { field: "Cannot add attribute id" }', src/test.rs:34:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I don't have the impression to do some weird things but it doesn't work... do you have any idea of what could cause this in my code?
š Hi everyone! I'm trying to serialize a list of categories like following
But it ends up with the following error
I don't have the impression to do some weird things but it doesn't work... do you have any idea of what could cause this in my code?