()
| 13 | // this implementation is optional |
| 14 | impl Default for HttpData { |
| 15 | fn default() -> Self { |
| 16 | Self { |
| 17 | data: "Hello this is success response!".to_string(), |
| 18 | } |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | #[actix_web::main] |
nothing calls this directly
no outgoing calls
no test coverage detected