Trait mlua::ExternalResult [−][src]
pub trait ExternalResult<T> {
fn to_lua_err(self) -> Result<T>;
}Required methods
fn to_lua_err(self) -> Result<T>[src]
Implementations on Foreign Types
impl<T, E> ExternalResult<T> for StdResult<T, E> where
E: ExternalError, [src]
impl<T, E> ExternalResult<T> for StdResult<T, E> where
E: ExternalError, [src]