Trait StrMarker
colorful::core
pub trait StrMarker { fn to_str(&self) -> String; fn get_fg_color(&self) -> Option<Colorado> { ... } fn get_bg_color(&self) -> Option<Colorado> { ... } fn get_style(&self) -> Option<Vec<Style>> { ... } }
fn to_str(&self) -> String
fn get_fg_color(&self) -> Option<Colorado>
fn get_bg_color(&self) -> Option<Colorado>
fn get_style(&self) -> Option<Vec<Style>>
impl<'a> StrMarker for &'a str
impl StrMarker for String
impl StrMarker for CString