Trait LuaStackable

Source
pub trait LuaStackable {
    // Required method
    fn get_pos(&self) -> Index;
}
Expand description

Any value that can represent an Index on a Lua Stack

Required Methods§

Source

fn get_pos(&self) -> Index

Get the position of this value on the stack

Implementors§