pub type EvalexprResult<T> = Result<T, EvalexprError>;
Expand description

Standard result type used by this crate.

Trait Implementations

Performs the conversion.