-
Notifications
You must be signed in to change notification settings - Fork 138
Conversation
4856650
to
fab7824
Compare
Hm, actually, the std has this impl:
It seems to me that if we change this to
than I've tried to figure out why there is no |
Ok, I've tried to add
One impl is the trivial reflexive impl, another impl is |
Yea, its the same issue that means I don't love the name |
As for naming, could we build on |
Agree with https://github.com/withoutboats/failure/pull/159#issuecomment-364570531 on distaste for the |
I can't think of anything better than |
This method allows to convert from Box<std::error::Error> to Error. Conversion in the opposite direction could be achieved with the `Compat` struct
Renamed to |
bump! I just ran into this issue, would love to know if it's still active |
I pulled this in now but I renamed the method to |
This method allows to convert from Boxstd::error::Error to Error.
Conversion in the opposite direction could be achieved with the
Compat
struct
closes #158
Couple of questions:
from_std_sync
forBox<std::error::Error + Send + !Sync>
?