Skip to content

Implement error:Error for OscError

Compare
Choose a tag to compare
@klingtnet klingtnet released this 27 Mar 11:45
· 160 commits to master since this release
2922036

OscError is now implementing the std::error::Error trait. This increases code ergonomics because it allows OscError to be used with the ? operator and with anyhow:Error.

Thanks to @ooesili for implementing that!