Crate match_err

source ·

Macros§

  • Matches an error against an enum-like error type by hiding the usage of downcast_ref method
  • Checks if it’s an error and matches the error against an enum-like error type by hiding the usage of downcast_ref method