pub type Result<T, E = SystemError> = Result<T, E>;
Type alias for the return type for run methods.
run