Module ezlua::convert

source ·
Expand description

Main implementation for type conversion between lua and rust

Structs

Traits

  • Trait for types that can be taken from the Lua stack.
  • Types which can be converted from values passed from lua, or returned results from lua function invocation
  • Trait for types that can be pushed onto the stack of a Lua
  • Types which can be pushed onto lua stack, as returned multiple values to lua function, or as passed multiple arguments to lua function

Functions

Type Definitions