pub type Result<T> = Result<T, CompilerError>;Expand description
Result type alias for the compiler
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CompilerError),
}pub type Result<T> = Result<T, CompilerError>;Result type alias for the compiler
pub enum Result<T> {
Ok(T),
Err(CompilerError),
}