Trait wallswitch::Colors
source · pub trait Colors {
// Required methods
fn bold(&self) -> String;
fn red(&self) -> String;
fn green(&self) -> String;
fn yellow(&self) -> String;
fn blue(&self) -> String;
}pub trait Colors {
// Required methods
fn bold(&self) -> String;
fn red(&self) -> String;
fn green(&self) -> String;
fn yellow(&self) -> String;
fn blue(&self) -> String;
}