derive Debug for commands

This commit is contained in:
Vladan Popovic 2022-11-26 18:58:30 +01:00
parent f7f0689f46
commit e42302988a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
use std::time::Duration;
#[derive(Debug)]
pub struct Command {
pub text: String,
pub timeout: Duration,