Module function

Module function 

Source
Expand description

Support for native Rust functions.

Enums§

FunctionCallError
An error that occurs when calling a function.

Traits§

DynFunction
Functions and closures that implement this trait can be registered as functions to be called by expressions.