pub trait Field:
    SimdValue
    + NumAssign
    + ClosedNeg { }Expand description
Trait implemented by fields, i.e., complex numbers and floats.
Object Safety§
This trait is not object safe.
pub trait Field:
    SimdValue
    + NumAssign
    + ClosedNeg { }Trait implemented by fields, i.e., complex numbers and floats.