Closed bugadani closed 1 year ago
While coherence rules don't allow us to implement From<Result<...>> we can do From<OneError> for OtherError and let the ? operator handle the conversion.
From<Result<...>>
From<OneError> for OtherError
?
I don't believe this needs a changelog entry but let me know if it does.
While coherence rules don't allow us to implement
From<Result<...>>
we can doFrom<OneError> for OtherError
and let the?
operator handle the conversion.I don't believe this needs a changelog entry but let me know if it does.