pub struct ProcessInstructionResult {
pub compute_units_consumed: u64,
pub result: Result<(), InstructionError>,
}Fields
compute_units_consumed: u64result: Result<(), InstructionError>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.