Type Alias OperationFn

Source
pub type OperationFn<T> = fn(&mut Cpu, InstructionScheme) -> OperationResult<T>;