Type Alias ckb_vm::machine::InstructionCycleFunc

source ยท
pub type InstructionCycleFunc = dyn Fn(Instruction) -> u64 + Send + Sync;