pixix4/ev3dev-lang-rust

Ev3Error does not implement Error

Closed this issue · 1 comments

As of right now, Ev3Error does not implement std's Error trait. This makes error handling more difficult and prevents usage with existing error handling libraries (ie anyhow) as a wrapper type is need.

With the current release Ev3Error now implements the std::error::Error trait.