Skip to main content

PolyevalMla

Trait PolyevalMla 

Source
pub(crate) trait PolyevalMla {
    // Required method
    fn polyeval_mla(a: Self, b: Self, c: Self) -> Self;
}

Required Methods§

Source

fn polyeval_mla(a: Self, b: Self, c: Self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl PolyevalMla for f32

Source§

fn polyeval_mla(a: Self, b: Self, c: Self) -> Self

Source§

impl PolyevalMla for f64

Source§

fn polyeval_mla(a: Self, b: Self, c: Self) -> Self

Implementors§