pub trait ArchOptimal: Field {
    type OptimalThroughputPacked: PackedField<Scalar = Self>;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§