Trait moose::kernels::DispatchKernel
source · [−]pub trait DispatchKernel<S: Session, V> {
fn compile(&self, plc: &Placement) -> Result<Kernel<S, V>>;
}
pub trait DispatchKernel<S: Session, V> {
fn compile(&self, plc: &Placement) -> Result<Kernel<S, V>>;
}