pub trait ModelClone {
    fn clone_box(&self) -> Box<dyn ReportableModel>;
}

Required methods

Implementors