(&self, f: &mut std::fmt::Formatter)
| 34 | |
| 35 | impl std::fmt::Display for APILayerError { |
| 36 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
| 37 | write!(f, "Status: {}, Message: {}", self.status, self.message) |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | impl std::fmt::Display for Error { |
nothing calls this directly
no outgoing calls
no test coverage detected