InstructionResult

struct InstructionResult

The value produced by executing an instruction.

  • The instruction’s output as an opaque, type-erased value.

    Declaration

    Swift

    public var payload: Any