[][src]Type Definition kul_core::premade::inmem::ApplicativeRef

type ApplicativeRef<'input, 'alloc, 'funs, Extra = (), CombinerError = ()> = &'funs ApFn<DatumAllocator<'input, 'alloc, Extra>, CombinerError>;

Our Applicative reference type. A &dyn reference to a function as a trait object.