Skip to main content

register_module

Function register_module 

Source
pub fn register_module(lua: &Lua) -> Result<()>
Expand description

Register the Lua API table as the dream_path global.

ยงErrors

Returns an error if creating or assigning the module table fails.