pub fn bind_event_to_mutation(
descriptor: &DomainEventDescriptor,
inputs: Vec<MutationInputBinding>,
program: MutationProgram,
) -> Result<ProjectionHandler, MutationProgramError>Expand description
Bind an exact event contract to a mutation program with explicit inputs.
§Errors
Propagates selector or binding construction failures.