pub type EvalResult<T, E = Error> = Result<T, E>;
The result type used by this module.
enum EvalResult<T, E = Error> { // some variants omitted }