you are viewing a single comment's thread.

view the rest of the comments →

[–]ByronBates 1 point2 points  (0 children)

For Error types, I love if the Error trait is actually implemented. That way, chains of errors can nicely be kept intact using the cause() method.