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