Rust, and a common Error struct

R

My question in the Rust subreddit on whether Rust would benefit from a common Error struct. I believe this would improve the ergonomics of combinators and reduce the need for From::from and Deref::deref definitions, making it less painful to chain operations from different libraries.

Add comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.