Macros§
- bail
- Exits a function early with an
Error. - debug
- Logs a message at the debug level.
- error
- Logs a message at the error level.
- format_
err - Constructs an
Errorusing the standard string interpolation syntax. - info
- Logs a message at the info level.
- trace
- Logs a message at the trace level.
- warn
- Logs a message at the warn level.
Structs§
- Error
- The
Errortype, which can contain any failure.
Traits§
- Result
Ext - Extension methods for
Result.