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

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

Standard result type used by this crate.

Trait Implementations

impl From<Value> for EvalexprResult<Value>[src]