Finalize is run by the engine as the last step. Finalize cannot fail, any potential failure should be returned by implementing Validator instead.
()
| 61 | // any potential failure should be returned by implementing Validator |
| 62 | // instead. |
| 63 | Finalize() |
| 64 | } |
| 65 | |
| 66 | // DSLFunc is a type that DSL expressions may embed to store DSL. It |
no outgoing calls