| 8 | |
| 9 | #[derive(Debug, Serialize, Deserialize)] |
| 10 | pub struct HttpData { |
| 11 | pub data: String, |
| 12 | } |
| 13 | // this implementation is optional |
| 14 | impl Default for HttpData { |
| 15 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected