Module rlua::prelude

source ·

Re-exports§

Structs§

Enums§

  • Error type returned by mlua methods.
  • Mode of the Lua garbage collector (GC).
  • Kinds of metamethods that can be overridden.
  • Status of a Lua thread (coroutine).
  • A dynamically typed Lua value. The String, Table, Function, Thread, and UserData variants contain handle types into the internal Lua state. It is a logic error to mix handle types between separate Lua instances, and doing so will result in a panic.

Traits§

Type Aliases§

Derive Macros§