Enum fj_host::ModelEvent
source · pub enum ModelEvent {
ChangeDetected,
Evaluation(Evaluation),
Error(Error),
}Expand description
An event emitted by Evaluator
Variants§
ChangeDetected
A change in the model has been detected
Evaluation(Evaluation)
The model has been evaluated
Error(Error)
An error