Trait Coefficient

pub trait Coefficient: RegisteredPrimitive + Into<i32> + AddAssign + Signed + Debug + 'static

Associated Types

type Pixel: Pixel;

Implementors