pub trait PixelType: BufferVecItem { }Expand description
The pixel type trait must be able to be a BufferVec item
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.