require_module

Function require_module 

Source
pub fn require_module<'a>(
    path: &str,
    context: &'a mut Context,
) -> &'a mut Arc<Module>
Expand description

Returns a module from the registry. If the module does not exist this function creates it.