derive Debug for commands
This commit is contained in:
parent
f7f0689f46
commit
e42302988a
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
use std::time::Duration;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Command {
|
||||
pub text: String,
|
||||
pub timeout: Duration,
|
||||
|
|
Loading…
Add table
Reference in a new issue