pub trait ChannelType:
Sealed
+ AddAssign
+ Sized { }
Expand description
Channel type.
Represents a real or complex (IQ) channel.
This trait is implemented for f64
and Complex<f64>
as a way of handling
both real and complex channels internally.
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.