Expand description

Utilities to implement diagnostics and error reporting facilities.

Structs

Used to emit structured error messages.

A handler deals with errors.

Enums

Statics

Traits

Emits diagnostic messages.

Emit errors as diagnostics.

Type Definitions

A diagnostic result type. Either carries the result T in the Ok variant, or an assembled diagnostic in the Err variant.

A diagnostic result type. Either carries the result T in the Ok variant, or an assembled diagnostic in the Err variant.