Struct rlua::LuaExternalError [] [src]

pub struct LuaExternalError(pub Box<Error + Send>);

Trait Implementations

impl Debug for LuaExternalError
[src]

Formats the value using the given formatter.

impl Display for LuaExternalError
[src]

Formats the value using the given formatter. Read more

impl Error for LuaExternalError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more