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
commit 5117cc7ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.