Crate router_error

Source

Enums§

RouterError
The error type returned by bedrock operations.

Traits§

DowncastErrorForTest
To test the error case of e.g. a Router implementation, it will be helpful to cast the erased error back to an expected error type and match on it.
Explain
All detailed error objects must implement the Explain trait, since: