pub trait ExtendedColour {
// Provided method
fn name_colour(colour: &str) -> Option<Self>
where Self: Sized + FromStr { ... }
}Expand description
An extended colour
This trait is implemented for all the extended colours
pub trait ExtendedColour {
// Provided method
fn name_colour(colour: &str) -> Option<Self>
where Self: Sized + FromStr { ... }
}An extended colour
This trait is implemented for all the extended colours