Module anyhow

Source

Structs§

AnyhowError
A wrapper of anyhow::Error to be able to make use of anyhow in Rocket framework. rocket::response::Responder is implemented to this type.

Type Aliases§

Result
A type alias with AnyhowError to use anyhow::Result in Rocket framework.