Struct ketos::module::NullModuleLoader [] [src]

pub struct NullModuleLoader;

Loads no modules.

Trait Implementations

impl ModuleLoader for NullModuleLoader
[src]

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

Creates a ChainModuleLoader using this loader and another. Read more