Type Alias jaq_interpret::RunPtr

source ·
pub type RunPtr = for<'a> fn(_: Args<'a>, _: (Ctx<'a>, Val)) -> ValRs<'a>;
Expand description

Run function pointer.