Type Alias jaq_interpret::UpdatePtr

source ยท
pub type UpdatePtr<V = Val> = for<'a> fn(_: Args<'a, V>, _: (Ctx<'a, V>, V), _: Box<dyn Update<'a, V> + 'a>) -> Box<dyn Iterator<Item = Result<V, Error<V>>> + 'a>;
Expand description

Update function pointer.