Expand description
Handlers used to implement or override the behavior of core::error::Error, core::fmt::Display and
core::fmt::Debug when creating an attachment or report.
Structs§
- Attachment
Formatting Style - Struct for attachments to specify how and where the attachment prefers to be formatted when they are formatted as part of a report.
- Context
Formatting Style - Struct for contexts to specify how they prefer to be formatted when they are formatted as part of a report.
Enums§
- Attachment
Formatting Placement - Enum for attachments to specify the placement they prefer to be formatted when they are formatted as part of a report.
- Formatting
Function - Enum for deciding which function to prefer when a context/attachment is formatted as part of a report.
Traits§
- Attachment
Handler - Handler used to implement or override the behavior of
core::fmt::Displayandcore::fmt::Debugwhen creating an attachment. - Context
Handler - Handler used to implement or override the behavior of
core::error::Error,core::fmt::Displayandcore::fmt::Debugwhen creating a report.