Type Alias osiris_process::operation::OperationFn

source ·
pub type OperationFn<T> = fn(_: &mut Cpu, _: InstructionScheme) -> OperationResult<T>;