pub trait ReportableModel: DevsModel + Reportable { }
Expand description
A ReportableModel
has the required Discrete Event System Specification
methods of trait DevsModel
and the status reporting and record keeping
mechanisms of trait Reportable
.
Trait Implementations§
Source§impl Clone for Box<dyn ReportableModel>
impl Clone for Box<dyn ReportableModel>
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more