| 15 | |
| 16 | #[derive(Debug, Serialize, Deserialize)] |
| 17 | pub struct HttpData { |
| 18 | pub data: String, |
| 19 | } |
| 20 | // this implementation is optional |
| 21 | impl Default for HttpData { |
| 22 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected