Type Definition run_shell::ShellResult

source · []
pub type ShellResult = Result<SuccessfulExit, ShellError>;

Trait Implementations