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>

source§

fn clone(&self) -> Box<dyn ReportableModel>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more

Implementors§