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

Required Methods

Implementors