BatchKernelRef

Type Alias BatchKernelRef 

Source
pub type BatchKernelRef = Box<dyn BatchKernel>;
Expand description

Type-alias for heap-allocated batch execution kernels.

Aliased Typeยง

pub struct BatchKernelRef(/* private fields */);