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

pub struct BuiltinModuleLoader;

Loads builtin modules.

Trait Implementations

impl ModuleLoader for BuiltinModuleLoader
[src]

Loads the named module, supplying a new execution context. Read more

Creates a ChainModuleLoader using this loader and another. Read more