Module script_value

Source
Expand description

ScriptValue implementations and rhai wrappers

Structs§

FunctionWithReceiver
A function curried with one argument, i.e. the receiver

Constants§

RHAI_CALLER_CONTEXT
The default function call context for rhai

Traits§

FromDynamic
A trait for converting a Dynamic value into a type
IntoDynamic
A trait for converting types into a Dynamic value