Added MachineOk to one_instruction
This commit is contained in:
@ -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.
|
||||
///
|
||||
/// ```
|
||||
|
Reference in New Issue
Block a user