pub type InferenceResult<T> = Result<T, AnalyzerError>;Expand description
Result type for type inference operations
Aliased Type§
pub enum InferenceResult<T> {
Ok(T),
Err(AnalyzerError),
}pub type InferenceResult<T> = Result<T, AnalyzerError>;Result type for type inference operations
pub enum InferenceResult<T> {
Ok(T),
Err(AnalyzerError),
}