Replies: 1 comment
-
|
There is not, but if I'm understanding you we created #375 for the same idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use the
snafu(display(...))to create nice error messages, but onunwrap()it doesn't show that because it displays the Debug.So I added my own Debug impl for the Error that uses the Display to show the text, but it's probably missing information that Snafu could show.
Is there maybe a built in way to have Debug implemented by snafu automatically for the error? I couldn't find such but it seems like something that should be there? Or maybe there's a reason why it isn't available?
Beta Was this translation helpful? Give feedback.
All reactions