Trait signal_processing::window::WindowGen
source · pub trait WindowGen<T, W, N>{
type Output: Maybe<W>;
// Required method
fn window_gen(&self, numtaps: N, range: WindowRange) -> Self::Output;
}pub trait WindowGen<T, W, N>{
type Output: Maybe<W>;
// Required method
fn window_gen(&self, numtaps: N, range: WindowRange) -> Self::Output;
}