| 7 | |
| 8 | #[derive(Debug, Serialize)] |
| 9 | struct Error { |
| 10 | msg: String, |
| 11 | status: u16, |
| 12 | } |
| 13 | |
| 14 | impl fmt::Display for Error { |
| 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected