pub type CaseReporter<'a> = EntityReporter<CaseId, &'a (dyn Reporter + Send + Sync + 'static)>;
Expand description
A reporter for structured results scoped to a single test case. Note this may not outlive
the SuiteReporter
from which it is created.
Aliased Typeยง
struct CaseReporter<'a> { /* private fields */ }