pub type HookBeforeRunStepResult = Result<Step, Error>;
pub enum HookBeforeRunStepResult { Ok(Step), Err(Error), }
Contains the success value
Contains the error value