1 /// The error type for the Command trait
2 #[derive(Debug, PartialEq)]
3 pub struct CommandError {}