error[E0277]: the trait bound `chrono::Months: _::_serde::Serialize` is not satisfied
--> src\main.rs:5:10
|
5 | #[derive(Serialize, Deserialize, Debug)]
| ^^^^^^^^^ the trait `_::_serde::Serialize` is not implemented for `chrono::Months`
What the compiler said...
I'm probably the only person in the world using that enum in that way 😅