Trait faer_entity::SimdCtx
source · pub trait SimdCtx: Debug + Copy + Send + Sync + 'static + Default {
// Required method
fn dispatch<Op: WithSimd>(self, f: Op) -> Op::Output;
}Required Methods§
Object Safety§
This trait is not object safe.