Module handlers

Module handlers 

Source
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§

AttachmentFormattingStyle
Struct for attachments to specify how and where the attachment prefers to be formatted when they are formatted as part of a report.
ContextFormattingStyle
Struct for contexts to specify how they prefer to be formatted when they are formatted as part of a report.

Enums§

AttachmentFormattingPlacement
Enum for attachments to specify the placement they prefer to be formatted when they are formatted as part of a report.
FormattingFunction
Enum for deciding which function to prefer when a context/attachment is formatted as part of a report.

Traits§

AttachmentHandler
Handler used to implement or override the behavior of core::fmt::Display and core::fmt::Debug when creating an attachment.
ContextHandler
Handler used to implement or override the behavior of core::error::Error, core::fmt::Display and core::fmt::Debug when creating a report.