Struct kailua_diag::report::CollectedReport [] [src]

pub struct CollectedReport { /* fields omitted */ }

An implementation of Report that simply collects reports for later uses.

Note that the message itself is localized at the report time, so the locale is still required.

Methods

impl CollectedReport
[src]

Trait Implementations

impl Report for CollectedReport
[src]