pub trait ThunkF32 {
    fn call<S: SimdF32>(self, cap: S);
}

Required Methods

Implementors