pub trait PixelTrait: Convolution + AlphaMulDiv { }Expand description
A trait implemented by all pixel types from the crate.
This trait must be used in your code instead of InnerPixel.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.