pub trait ForFunctor<P: ExecutionPolicy>: Send + Sync { // Required method fn execute(&self, args: P::KernelArgType); }
Kernel to execute.