Module stempel::errors

source ·
Expand description

Errors for stempel.

Macros

  • Return early with an error.
  • Construct an ad-hoc error from a string.

Structs

  • The core error reporting type of the library, a wrapper around a dynamic error reporting type.

Traits

  • Provides the wrap_err method for Result.

Type Aliases

  • type alias for Result<T, Report>