Use anyhow
#258
Replies: 1 comment 1 reply
-
As of 0.5, the error returned by the job must impl Rust doesn't have specialization yet, so this is not possible currently. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm trying to update my code to version 0.5 but I'm having issues using anyhow.
I managed to reproduce it using the code in the examples. Just modifying the send_email signature:
Outputs the following when building the actix-web example:
I'm not sure if this is still possible to do or I'm missing something. In any case thanks a lot for the efforts in building this library!!
Beta Was this translation helpful? Give feedback.
All reactions