Trait rhai::packages::Package [−][src]
pub trait Package {
fn init(lib: &mut Module);
fn get(&self) -> PackageLibrary;
}Expand description
Trait that all packages must implement.
Required methods
fn get(&self) -> PackageLibrary
fn get(&self) -> PackageLibrary
Retrieve the generic package library from this package.