(error: E)
| 490 | E: core::error::Error + Send + Sync + 'static, |
| 491 | { |
| 492 | fn from(error: E) -> Self { |
| 493 | Self::new(error) |
| 494 | } |
| 495 | } |
| 496 | |
| 497 | impl From<Error> for Box<dyn core::error::Error + Send + Sync + 'static> { |
nothing calls this directly
no test coverage detected