Struct ketos::module::BuiltinModuleLoader [] [src]

pub struct BuiltinModuleLoader;

Loads builtin modules.

Trait Implementations

impl ModuleLoader for BuiltinModuleLoader
[src]

fn load_module(&self, name: Name, scope: &Scope) -> Result<ModuleError>

Loads the named module. A new Scope should be created for the new module. Read more