[][src]Trait mlua::ExternalResult

pub trait ExternalResult<T> {
    fn to_lua_err(self) -> Result<T>;
}

Required methods

fn to_lua_err(self) -> Result<T>

Loading content...

Implementations on Foreign Types

impl<T, E> ExternalResult<T> for StdResult<T, E> where
    E: ExternalError
[src]

Loading content...

Implementors

Loading content...