Trait signal_processing::RtfOrSystem
source · pub trait RtfOrSystem: MaybeRtfOrSystem<Self::Set> {
type Set: ComplexFloat;
}Required Associated Types§
type Set: ComplexFloat
Object Safety§
This trait is not object safe.
pub trait RtfOrSystem: MaybeRtfOrSystem<Self::Set> {
type Set: ComplexFloat;
}