Structs§
- Anyhow
Error - A wrapper of
anyhow::Error
to be able to make use ofanyhow
in Rocket framework.rocket::response::Responder
is implemented to this type.
Type Aliases§
- Result
- A type alias with
AnyhowError
to useanyhow::Result
in Rocket framework.