-
Notifications
You must be signed in to change notification settings - Fork 138
std::option::NoneError, what to do? #61
Comments
As I just discovered a couple hours ago (see #59), If you're using the |
Thank you - I'm also in the early stages and don't need |
@Celti can you elaborate on this? I am implementing my custom error type:
gives the trait bound How to work around this? |
Hi, I scoured the docs and had a bit of a hard time discerning if Failure should handle the
NoneError
type that can be returned when a you callto_str()
on aPathBuf
, I'm migrating my code fromerror_chain
and I used the.chain_error()
method to convert these errors into compatible types. Am I missing something or should I implementFrom
froNoneError
?The text was updated successfully, but these errors were encountered: