(&self)
| 1253 | E: core::error::Error + Send + Sync + 'static, |
| 1254 | { |
| 1255 | fn ext_as_dyn_core_error(&self) -> &(dyn core::error::Error + Send + Sync + 'static) { |
| 1256 | &self.0 |
| 1257 | } |
| 1258 | |
| 1259 | fn ext_into_boxed_dyn_core_error( |
| 1260 | self, |
no test coverage detected