Module static_web_server::error

source ·
Expand description

Useful error type re-exports based on anyhow.

Macros§

  • Just re-export some anyhow stuff. Construct an ad-hoc error from a string or existing non-anyhow error value.
  • Return early with an error.

Traits§

  • Provides the context method for Result.

Type Aliases§

  • Just an anyhow::Error type alias.
  • Just a anyhow::Result type alias.