Trait rhai::packages::Package [−][src]
Trait that all packages must implement.
Required methods
fn init(lib: &mut Module)[src]
Register all the functions in a package into a store.
fn as_shared_module(&self) -> Shared<Module>[src]
Retrieve the generic package library from this package.