Trait me3_framework::scripting::lua::ExternalResult
source · [−]pub trait ExternalResult<T> {
fn to_lua_err(self) -> Result<T, Error>;
}
pub trait ExternalResult<T> {
fn to_lua_err(self) -> Result<T, Error>;
}