[−][src]Module rebuilderd_common::errors
Macros
| anyhow | Construct an ad-hoc error from a string or existing non- |
| bail | Return early with an error. |
| debug | Logs a message at the debug level. |
| error | Logs a message at the error level. |
| format_err | Construct an ad-hoc error from a string or existing non- |
| 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 |
Traits
| Context | Provides the |
Type Definitions
| Result |
|