Trait signal_processing::gen::Cheb
source · pub trait Cheb<T, N>: List<T> + Sized{
type Output: Maybe<Self>;
// Required method
fn cheb(kind: usize, order: N) -> Self::Output;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.