actix-web
actix-web copied to clipboard
CloseReason does not optionally implement serde::Serialize and Deserialize
As per title, the CloseReason does not implement serde::Serialize and Deserialize. Why is this?
https://github.com/actix/actix-web/blob/9656383646463e95d33d17458cc4b02ba5930f2c/actix-http/src/ws/proto.rs#L197-L205