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

Get the position of this value on the stack

Implementors