Trait pulp::WithSimd

source ·
pub trait WithSimd {
    type Output;

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

Required Associated Types§

Required Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§