pub type BytecodeResult = Result<Bytecode, CompilerError>;
Aliased Type§
pub enum BytecodeResult {
Ok(Bytecode),
Err(CompilerError),
}
pub type BytecodeResult = Result<Bytecode, CompilerError>;
pub enum BytecodeResult {
Ok(Bytecode),
Err(CompilerError),
}