Macro rhai::register_exported_fn

source ·
register_exported_fn!() { /* proc-macro */ }
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.