Struct run_script::types::ScriptError[][src]

pub struct ScriptError {
    pub info: ErrorInfo,
}

Error struct

Fields

Holds the error information

Trait Implementations

impl Debug for ScriptError
[src]

Formats the value using the given formatter. Read more

impl Error for ScriptError
[src]

A short description of the error.

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

impl Display for ScriptError
[src]

Formats the value using the given formatter.

Auto Trait Implementations

impl Send for ScriptError

impl Sync for ScriptError