Trait rlua::ExternalError[][src]

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

Required Methods

Implementors