Struct luaext::error::LuaError [] [src]

pub struct LuaError { /* fields omitted */ }

A lua error

Methods

impl LuaError
[src]

Get the type of this error

Get the error message

Trait Implementations

impl Debug for LuaError
[src]

Formats the value using the given formatter.

impl Display for LuaError
[src]

Formats the value using the given formatter. Read more

impl Error for LuaError
[src]

A short description of the error. Read more

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