pub trait RgbwColorOrder {
// Required method
fn pack(color: RGBW<u8>) -> u32;
}Expand description
Color orders RGBW strips
Required Methods§
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.