Trait rlua::LuaExternalError [] [src]

pub trait LuaExternalError {
    fn to_lua_err(self) -> LuaError;
}

Required Methods

Implementors