Module static_web_server::error
source · Expand description
Useful error type re-exports based on anyhow.
Macros
- Just re-export some
anyhowstuff. Construct an ad-hoc error from a string or existing non-anyhowerror value. - Return early with an error.
Traits
- Provides the
contextmethod forResult.
Type Definitions
- Just an
anyhow::Errortype alias. - Just a
anyhow::Resulttype alias.