What I dislike about *all* the dynamic `Error` strategies is that we can't have something that is both `From<E: Error>` and `impl Error` at the same time. ;__________;
Ah good call. I have some `type Error: StdError` associated types in Serde's traits that in hindsight should have been `type Error: Display + Debug` only. I would be curious to see an example of a function that really needs StdError bound on a generic parameter if you have one.
-
-
True, I originally reached for `E: Error` as it's shorter. But it also allows propagating the source chains, whereas just `E: Display` would not.
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.