(&self)
| 555 | impl AsRef<dyn core::error::Error> for Error { |
| 556 | #[inline] |
| 557 | fn as_ref(&self) -> &(dyn core::error::Error + 'static) { |
| 558 | self.inner.as_dyn_core_error() |
| 559 | } |
| 560 | } |
| 561 | |
| 562 | impl AsRef<dyn core::error::Error + Send + Sync> for Error { |
no test coverage detected