Crate shared_error

source ·
Expand description

Provided SharedError wrapper for cloneable Error.

Modules

  • Module containing SharedError that works well with anyhow::Error. Similarly to anyhow, it hiddes the underlyin Error type.
  • Module containing SharedError generic type that doesn’t work well with anyhow, but doesn’t hide the underlying error type.