Type Definition lovm2_core::vm::InterruptFn[][src]

type InterruptFn = dyn Fn(&mut Vm) -> Lovm2Result<()>;

Function signature of interrupts.