ckb_vm::machine

Type Alias InstructionCycleFunc

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