Add derivations of `Serialize` and `Deserialize` for the `Issue` and `Thread` cob types. It's necessary to circumvent `Infallible` for the case of the `Comment` type. This is because `Infallible` does not have these traits implemented, and there does not seem to be a plan to do so. Instead, we can use a custom `Infallible` equivalent, which is dubbed `Never` here. Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||