1
0
forked from ROMEO/nexosim

Merge pull request #76 from asynchronics/feature-simulation-halt

Make ExecutionError non-exhaustive.
This commit is contained in:
Jauhien Piatlicki
2025-01-15 16:22:27 +01:00
committed by GitHub

View File

@ -572,6 +572,7 @@ pub struct DeadlockInfo {
}
/// An error returned upon simulation execution failure.
#[non_exhaustive]
#[derive(Debug)]
pub enum ExecutionError {
/// The simulation has been intentionally stopped.