Module reporting

Source

Structs§

DebugReportHandler
ReportHandler that renders plain text and avoids extraneous graphics. It’s optimized for screen readers and braille users, but is also used in any non-graphical environments, such as non-TTY output.
JSONReportHandler
ReportHandler that renders JSON output. It’s a machine-readable output.
NarratableReportHandler
ReportHandler that renders plain text and avoids extraneous graphics. It’s optimized for screen readers and braille users, but is also used in any non-graphical environments, such as non-TTY output.
PrintDiagnostic

Traits§

ReportHandler
Error Report Handler trait for customizing miette::Report

Functions§

set_hook
Set the error hook.

Type Aliases§

DefaultReportHandler