pub trait Seed { // Required method fn to_value(self) -> u64; }
A trait for types that can be used as seeds for the RandomColor struct.