forked from ROMEO/nexosim
Merge pull request #76 from asynchronics/feature-simulation-halt
Make ExecutionError non-exhaustive.
This commit is contained in:
commit
5117cc7ca0
@ -572,6 +572,7 @@ pub struct DeadlockInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// An error returned upon simulation execution failure.
|
/// An error returned upon simulation execution failure.
|
||||||
|
#[non_exhaustive]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub enum ExecutionError {
|
pub enum ExecutionError {
|
||||||
/// The simulation has been intentionally stopped.
|
/// The simulation has been intentionally stopped.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user