Skip to content

feat(cbus): impl StdError for SendError

Fedor Telnov requested to merge error-impl into master

Summary

  • feat(cbus): impl StdError for SendError

It allows us to, for example, use it in early-return with anyhow::Error. This struct mimics behavior of similar std error, but misses that it implements std::error::Error.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Fedor Telnov

Merge request reports