Trait oxi_luajit::Poppable
source · pub trait Poppable: Sized {
// Required method
unsafe fn pop(lua_state: *mut lua_State) -> Result<Self, Error>;
}Expand description
Trait implemented for types that can be popped off the Lua stack.
Required Methods§
Object Safety§
This trait is not object safe.