Trait rlua::ExternalResult [] [src]

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

Required Methods

Implementors