Module gluon::import

source ·
Expand description

Implementation of the import! macro.

Structs

Macro which rewrites occurances of import! "filename" to a load of that file if it is not already loaded and then a global access to the loaded module

Enums

Error type for the import macro

Traits

Functions

Adds an extern module to thread, letting it be loaded with import! name from gluon code.