1
0
forked from ROMEO/nexosim

Make ExecutionError non-exhaustive.

This commit is contained in:
Jaŭhien Piatlicki 2025-01-15 16:13:33 +01:00
parent a223a14cc6
commit be6f5b4897

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.