Christian Douven
Results
2
issues of
Christian Douven
* Only directly accept `StatusCode` * Add function accepting `TryFrom` * Add tide support
When using #[serde(skip_serializing_if="Option::is_none")] on a field that has the value None and if it is not the last field deserialization fails(maybe it is already serialized in a wrong way) Here...