pub type ResolveResult = Result<Value, ExecutionError>;
Aliased Type§
pub enum ResolveResult {
Ok(Value),
Err(ExecutionError),
}
Variants§
Trait Implementations§
Source§impl From<ExecutionError> for ResolveResult
impl From<ExecutionError> for ResolveResult
Source§fn from(value: ExecutionError) -> Self
fn from(value: ExecutionError) -> Self
Converts to this type from the input type.