Trait luaext::types::LuaStackable
[−]
[src]
pub trait LuaStackable {
fn get_pos(&self) -> Index;
}Any value that can represent an Index on a Lua Stack
Required Methods
fn get_pos(&self) -> Index
Get the position of this value on the stack
Implementors
impl LuaStackable for LuaNumberimpl LuaStackable for LuaStringimpl LuaStackable for LuaTableimpl LuaStackable for LuaGenericimpl LuaStackable for LuaNilimpl LuaStackable for LuaIntegerimpl LuaStackable for LuaBoolimpl LuaStackable for LuaFunctionimpl LuaStackable for LuaUserdata