ckb_vm::instructions

Type Alias Thread

Source
pub type Thread<Mac> = fn(_: &mut Mac, _: Instruction) -> Result<(), Error>;