Expand description
Macros§
- make_
args - Make script function args, return
[ScriptValue]
Structs§
- Application
- The kwui running environment.
- Script
Engine - The global script engine
- Script
Event Handler - Handler retrieved from
add_event_handler
, for removing event handler later. - Script
Value - Wraps JavaScript value
Traits§
- From
Script Value - Convert
Script
to rust type - Into
Script Value - Convert rust type to
ScriptValue
- Script
Function - An invokable function with specified signature.