Browse Source

Added verbose Output for Command

Lorenz Bung 7 years ago
parent
commit
a972dcc65f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      hw9/task1/src/lib.rs

+ 1
- 0
hw9/task1/src/lib.rs View File

22
     }
22
     }
23
 }
23
 }
24
 
24
 
25
+#[derive(Debug)]
25
 pub enum Command {
26
 pub enum Command {
26
     Stage(String),
27
     Stage(String),
27
     Control(String),
28
     Control(String),

Loading…
Cancel
Save