Type Definition rhai::Imports[][src]

pub type Imports = Vec<(ImmutableString, Module)>;
Expand description

[INTERNALS] A stack of imported modules. Exported under the internals feature only.

WARNING

This type is volatile and may change.