[][src]Trait colorful::core::StrMarker

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

fn to_str(&self) -> String

Loading content...

Provided methods

fn get_fg_color(&self) -> Option<Colorado>

fn get_bg_color(&self) -> Option<Colorado>

fn get_style(&self) -> Option<Vec<Style>>

Loading content...

Implementations on Foreign Types

impl<'a> StrMarker for &'a str[src]

impl StrMarker for String[src]

Loading content...

Implementors

impl StrMarker for CString[src]

Loading content...