pub trait Coefficient: RegisteredPrimitive + Into<i32> + AddAssign + Signed + Debug + 'static {
    type Pixel: Pixel;
}

Required Associated Types§

Implementations on Foreign Types§

Implementors§