Type Definition evalexpr::error::EvalexprResult[][src]

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

Standard result type used by this crate.

Trait Implementations

Performs the conversion.