Skip to main content

ChannelType

Trait ChannelType 

Source
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".

Implementations on Foreign Types§

Source§

impl ChannelType for Complex<f64>

Source§

impl ChannelType for f64

Implementors§