forked from ROMEO/nexosim
Make ExecutionError non-exhaustive.
This commit is contained in:
parent
a223a14cc6
commit
be6f5b4897
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user