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