Expand description

Convenient error handling.

Structs

A handler that silently ignores all errors.
A handler that silently ignores all errors that can never happen (e.g.: ! or Infallible).
A handler that log all errors passed into it.

Traits

An asynchronous handler of an error.
Something that can be handled by an error handler.