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

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

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