浏览代码

Added verbose Output for Command

Lorenz Bung 8 年前
父节点
当前提交
a972dcc65f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      hw9/task1/src/lib.rs

+ 1
- 0
hw9/task1/src/lib.rs 查看文件

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),

正在加载...
取消
保存