Skip to main content

MleBatchKernel

Trait MleBatchKernel 

Source
pub unsafe trait MleBatchKernel<F: TwoAdicField, EF: ExtensionField<F>> {
    // Required method
    fn batch_mle_kernel() -> KernelPtr;
}
Expand description

§Safety

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl MleBatchKernel<KoalaBear, BinomialExtensionField<KoalaBear, 4>> for TaskScope

Implementors§