Type Definition holochain::core::workflow::error::WorkflowResult

source ·
pub type WorkflowResult<T> = Result<T, WorkflowError>;
Expand description

Internal type to handle running workflows