pub type DynReport = Arc<dyn Report>;
Trait object Report.
pub struct DynReport { /* private fields */ }