Trait signal_processing::ComplexOp
source · pub trait ComplexOp<Rhs>: ComplexFloat + Into<Self::Output>{
type Output: ComplexFloat;
}
Required Associated Types§
type Output: ComplexFloat
Object Safety§
This trait is not object safe.
pub trait ComplexOp<Rhs>: ComplexFloat + Into<Self::Output>{
type Output: ComplexFloat;
}