Trait colorful::core::StrMarker

source ·
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>> { ... }
}

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors