IntoRhaiError

Trait IntoRhaiError 

Source
pub trait IntoRhaiError {
    // Required method
    fn into_rhai_error(self) -> Box<EvalAltResult>;
}
Expand description

A trait for converting types into an EvalAltResult

Required Methods§

Source

fn into_rhai_error(self) -> Box<EvalAltResult>

Converts the error into an InteropError

Implementations on Foreign Types§

Source§

impl IntoRhaiError for InteropError

Implementors§