pub trait ToColor {
    // Required method
    fn to_color(&self) -> Color;
}

Required Methods§

source

fn to_color(&self) -> Color

Implementors§