Module loader

Module loader 

Source
Available on crate feature module only.
Expand description

This module contains the implementation of the module loader.

Structs§

Lock
A structure that represents a lock to the application’s ModuleLoader.
ModuleLoader
Represents a module loader which can support loading multiple related modules.

Traits§

ModuleHandle
Represents a handle to a Module stored in the application’s ModuleLoader.