Trait texcraft_stdext::color::Colorize

source ·
pub trait Colorize {
    // Required methods
    fn bold(self) -> ColoredString;
    fn bright_cyan(self) -> ColoredString;
    fn bright_blue(self) -> ColoredString;
    fn bright_red(self) -> ColoredString;
    fn bright_yellow(self) -> ColoredString;
    fn italic(self) -> ColoredString;
}
Expand description

Trait that provides coloring methods on strings.

See the module documentation for information.

Required Methods§

Implementations on Foreign Types§

source§

impl Colorize for &str

Implementors§