Trait rlua::ToLua [] [src]

pub trait ToLua<'a> {
    fn to_lua(self, lua: &'a Lua) -> LuaResult<LuaValue<'a>>;
}

Trait for types convertible to LuaValue.

Required Methods

Performs the conversion.

Implementors