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