pub trait Field:
Float
+ Sum
+ Product
+ FloatConst
+ NumAssignOps
+ Debug
+ Display
+ Default
+ Send
+ Sync
+ FromPrimitive { }
Expand description
A trait representing a numeric field which can be used in calculating amplitudes.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.