Module sn0int::errors

source ·

Macros

  • Exits a function early with an Error.
  • Logs a message at the debug level.
  • Logs a message at the error level.
  • Constructs an Error using the standard string interpolation syntax.
  • Logs a message at the info level.
  • Logs a message at the trace level.
  • Logs a message at the warn level.

Structs

  • The Error type, which can contain any failure.

Traits

Type Aliases