pub fn helper_outcome_to_result(
    outcome: Option<Outcome>,
    action: Action
) -> Result
Expand description

Convert the outcome of a helper invocation to a helper result, assuring that the identity is complete in the process.