pub type EvalResult = Result<Completion, JErrorType>;Expand description
Result type for evaluation operations.
Aliased Type§
pub enum EvalResult {
Ok(Completion),
Err(JErrorType),
}pub type EvalResult = Result<Completion, JErrorType>;Result type for evaluation operations.
pub enum EvalResult {
Ok(Completion),
Err(JErrorType),
}