Trait signal_processing::operations::Simplify
source · pub trait Simplify: System {
type Output: System<Set = Self::Set>;
// Required method
fn simplify(self) -> Self::Output;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.