ReportableError

Trait ReportableError 

Source
pub trait ReportableError: Display {
    type Stack: ReportableErrorStack;
}
Expand description

A trait for error types which can be used in a Report.

Required Associated Types§

Source

type Stack: ReportableErrorStack

The error stack type corresponding to this error.

Implementors§