pub type ProgramResult = Result<(), ProgramError>;Expand description
Result type returned by all Hopper instruction handlers.
Aliased Type§
pub enum ProgramResult {
Ok(()),
Err(ProgramError),
}pub type ProgramResult = Result<(), ProgramError>;Result type returned by all Hopper instruction handlers.
pub enum ProgramResult {
Ok(()),
Err(ProgramError),
}