Skip to main content

WithSimd

Trait WithSimd 

Source
pub trait WithSimd {
    type Output;

    // Required method
    fn with_simd<S>(self, simd: S) -> Self::Output
       where S: Simd;
}

Required Associated Types§

Required Methods§

Source

fn with_simd<S>(self, simd: S) -> Self::Output
where S: Simd,

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§