Trait mlua::prelude::LuaExternalError[][src]

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

Required methods

Implementors