Closed Eoghanmc22 closed 2 years ago
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.
Ev3Error
std::error::Error
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.