pub trait LuaStackable {
// Required method
fn get_pos(&self) -> Index;
}
Expand description
Any value that can represent an Index on a Lua Stack
pub trait LuaStackable {
// Required method
fn get_pos(&self) -> Index;
}
Any value that can represent an Index on a Lua Stack