(&self, f: &mut std::fmt::Formatter)
| 28 | |
| 29 | impl std::fmt::Display for APILayerError { |
| 30 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
| 31 | write!(f, "Status: {}, Message: {}", self.status, self.message) |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | impl std::fmt::Display for Error { |
nothing calls this directly
no outgoing calls
no test coverage detected