pub type CodegenResult<T> = Result<T, CodegenError>;Expand description
Codegen result type alias.
Aliased Type§
pub enum CodegenResult<T> {
Ok(T),
Err(CodegenError),
}pub type CodegenResult<T> = Result<T, CodegenError>;Codegen result type alias.
pub enum CodegenResult<T> {
Ok(T),
Err(CodegenError),
}