pub fn mutate(
verb: JobVerb,
mutation: &JobMutation,
) -> Result<JobMutationOutcome, JobControlError>Expand description
Perform one mutation: translate to the harness’s own verb, run it, then re-read the row through the ORCH-7 loader.
pub fn mutate(
verb: JobVerb,
mutation: &JobMutation,
) -> Result<JobMutationOutcome, JobControlError>Perform one mutation: translate to the harness’s own verb, run it, then re-read the row through the ORCH-7 loader.