DynReport

Type Alias DynReport 

Source
pub type DynReport = Arc<dyn Report>;
Expand description

Trait object Report.

Aliased Typeยง

pub struct DynReport { /* private fields */ }