Module gluon_vm::vm[][src]

Re-exports

pub use thread::Root;
pub use thread::RootStr;
pub use thread::RootedThread;
pub use thread::RootedValue;
pub use thread::Status;
pub use thread::Thread;

Structs

Global
GlobalVmState
GlobalVmStateBuilder
VmEnv

A borrowed structure which implements CompilerEnv, TypeEnv and KindEnv allowing the typechecker and compiler to lookup things in the virtual machine.

Traits

Userdata