Type Alias ckb_vm::instructions::Thread

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