Closed rnestler closed 3 years ago
Even if just one error can happen, it may be beneficial to be able to have a separate error type to allow for From<Error> implementations.
From<Error>
Thanks @barafael for the suggestion for this change!
Even if just one error can happen, it may be beneficial to be able to have a separate error type to allow for
From<Error>
implementations.