Trait signal_processing::util::Overlay
source · pub trait Overlay<T, Rhs>{
type Output;
// Required method
fn overlay(self, rhs: Rhs) -> Self::Output
where Self: Sized,
Rhs: Sized;
}
pub trait Overlay<T, Rhs>{
type Output;
// Required method
fn overlay(self, rhs: Rhs) -> Self::Output
where Self: Sized,
Rhs: Sized;
}