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