pub trait Color:
DynClone
+ ErasedSerialize
+ Send
+ Sync
+ Debug
+ 'static { }
Expand description
A marker trait allowing several ways to describe a color.
pub trait Color:
DynClone
+ ErasedSerialize
+ Send
+ Sync
+ Debug
+ 'static { }
A marker trait allowing several ways to describe a color.