Why is std::error::Error
not implemented for smoltcp::Error
?
#484
Labels
std::error::Error
not implemented for smoltcp::Error
?
#484
I'm trying to use
anyhow
to catch all errors in a simple example. However,Is it because
smoltcp::Error
is oversimplied and discouraged to expose to external libraries? However, I see that smoltcp::Error is alreadyDisplay+Debug
, whichstd::error::Error
only requiresThe text was updated successfully, but these errors were encountered: