Type Definition jexl_eval::error::Result

source · []
pub type Result<'a, T, E = EvaluationError<'a>> = Result<T, E>;