Expand description
Handlers that define formatting and error-chaining behavior for reports and attachments.
This module provides the core traits and types for implementing custom handlers that control how context objects and attachments are formatted and displayed in error reports.
Structs§
- Attachment
Formatting Style - Formatting preferences for an attachment when displayed in a report.
- Context
Formatting Style - Formatting preferences for a context when displayed in a report.
Enums§
- Attachment
Formatting Placement - Specifies where an attachment should be placed when displayed in a report.
- Formatting
Function - Specifies whether to use display or debug formatting for a context or attachment.
Traits§
- Attachment
Handler - Trait for implementing custom formatting behavior for report attachments.
- Context
Handler - Trait for implementing custom formatting and error-chaining behavior for report contexts.