pub type R = Result<Value, ExprFailure>;Expand description
primitive の返却型(crate::expr::evaluate と同一)。
Aliased Type§
pub enum R {
Ok(Value),
Err(ExprFailure),
}pub type R = Result<Value, ExprFailure>;primitive の返却型(crate::expr::evaluate と同一)。
pub enum R {
Ok(Value),
Err(ExprFailure),
}