pub type CmdResult = Result<()>;
Return type for run_cmd!() macro
pub enum CmdResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value