(&self, f: &mut fmt::Formatter)
| 13 | |
| 14 | impl fmt::Display for Error { |
| 15 | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { |
| 16 | write!(f, "{}", serde_json::to_string_pretty(self).unwrap()) |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | impl ResponseError for Error { |
nothing calls this directly
no outgoing calls
no test coverage detected