Trait sim::models::model_trait::ReportableModel[][src]

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.

Implementors