pub trait ToLua: Sized {
// Provided method
fn to_lua<'a>(self, lua: &'a State) -> Result<ValRef<'a>> { ... }
}Expand description
Trait for types that can be pushed onto the stack of a Lua
pub trait ToLua: Sized {
// Provided method
fn to_lua<'a>(self, lua: &'a State) -> Result<ValRef<'a>> { ... }
}Trait for types that can be pushed onto the stack of a Lua