Trait signal_processing::transforms::system::ToTf
source · pub trait ToTf<T, B, A, I, O>: System{
// Required method
fn to_tf(self, input: I, output: O) -> Tf<T, B, A>;
}
Required Methods§
Object Safety§
This trait is not object safe.