Type Definition holochain::core::workflow::error::WorkflowResult[][src]

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

Internal type to handle running workflows