pub trait HasColor: Copy {
    fn color(&self) -> Color;
}

Required Methods

Implementors