Struct everust::EvalError [] [src]

pub struct EvalError(_);

Type of errors that can occur when calling eval.

Methods

impl EvalError
[src]

Indicates if the error was caused by a build failure.

Trait Implementations

impl Debug for EvalError
[src]

Formats the value using the given formatter.

impl Error for EvalError
[src]

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

A short description of the error. Read more

impl Display for EvalError
[src]

Formats the value using the given formatter.