[][src]Module sn0int::errors

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 Error using 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 Error type, which can contain any failure.

Traits

ResultExt

Extension methods for Result.

Type Definitions

Result