Type Definition workflow_task::TaskResult
source · pub type TaskResult<T> = Result<T, TaskError>;
Expand description
Result type used by the Task
implementation
pub type TaskResult<T> = Result<T, TaskError>;
Result type used by the Task
implementation