Macro rhai_codegen::register_exported_fn

source ·
register_exported_fn!() { /* proc-macro */ }
👎Deprecated since 1.18.0
Expand description

Macro to register a plugin function (defined via #[export_fn]) into an Engine.

§Deprecated

This macro is deprecated as it performs no additional value.

This method will be removed in the next major version.