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