Trait rlua::ToLuaMulti [] [src]

pub trait ToLuaMulti<'a> {
    fn to_lua_multi(self, lua: &'a Lua) -> LuaResult<LuaMultiValue<'a>>;
}

Required Methods

Implementors