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