-
|
I have the following struct I get the following compile error:
Any idea what could be causing this? One thing to note I am not using JSON, but CSV. Dependencies are set as: Thanks in advanced :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You want to enable the Support for other crates is available, but always feature gated, to allow disabling it, avoiding unnecessary dependencies, and improving compile times. |
Beta Was this translation helpful? Give feedback.
You want to enable the
chrono_0_4feature ofserde_with. https://docs.rs/serde_with/3.0.0/serde_with/guide/feature_flags/index.html#chrono_0_4Support for other crates is available, but always feature gated, to allow disabling it, avoiding unnecessary dependencies, and improving compile times.