You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use this error type with the custom_error crate which removes a lot of the boilerplate associated with writing error types that are enums of other error types. However, because this crate's Error does not impl std::error::Error, I can't do that.
Could I offer a PR to do this?
The text was updated successfully, but these errors were encountered:
I'd like to use this error type with the
custom_error
crate which removes a lot of the boilerplate associated with writing error types that are enums of other error types. However, because this crate'sError
does not impl std::error::Error, I can't do that.Could I offer a PR to do this?
The text was updated successfully, but these errors were encountered: