Type Alias BoxedReporter

Source
pub type BoxedReporter = Box<dyn Reporter>;

Aliased Typeยง

struct BoxedReporter(/* private fields */);