[][src]Type Definition rhai::Imports

type Imports<'a> = Vec<(Cow<'a, str>, Module)>;

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

WARNING

This type is volatile and may change.