macro_rules! export_workflow_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Expand description
Exports the workflow-provider entrypoint expected by gestaltd.
macro_rules! export_workflow_provider {
(constructor = $constructor:path $(,)?) => { ... };
}Exports the workflow-provider entrypoint expected by gestaltd.