Added MachineOk to one_instruction

This commit is contained in:
Samy Solhi
2023-03-29 17:01:28 +02:00
parent ac1f2287a2
commit 06f6137852
2 changed files with 45 additions and 38 deletions

View File

@ -24,6 +24,11 @@ pub struct MachineError {
message: String
}
pub enum MachineOk {
Ok,
Shutdown
}
/// This impl allows this MachineError to be formatted into an empty format.
///
/// ```