-
My crate has an error type ( ...and so cannot store the same state and context as the other variants. A context-less I know this design decision was a holdover from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
While complete_err exists, I suspect this is overall a workflow oversight, especially as we've put more emphasis on context. I suspect there will be some tension in use cases we |
Beta Was this translation helpful? Give feedback.
While complete_err exists, I suspect this is overall a workflow oversight, especially as we've put more emphasis on context.
I suspect there will be some tension in use cases we
Incomplete(Needed, E)
will be bigger which can be slower. However, I am working on some changes for 0.7 that put all ofErrMode
s functionality behind a trait (to make it optional) which would allow you to provide your ownErrMode
, see #75.