(self, _source: ErrorSource)
| 205 | } |
| 206 | |
| 207 | fn with_source(self, _source: ErrorSource) -> Self { |
| 208 | // self.source = source; |
| 209 | self |
| 210 | } |
| 211 | } |
| 212 | |
| 213 | impl<T, E: WithErrorInfo> WithErrorInfo for Result<T, E> { |
no outgoing calls
no test coverage detected