Trait hel_colored::Styled

source ·
pub trait Styledwhere
    Self: Sized,{
    type Output;

    // Provided methods
    fn bold(self) -> Self::Output { ... }
    fn dim(self) -> Self::Output { ... }
    fn italic(self) -> Self::Output { ... }
    fn underline(self) -> Self::Output { ... }
    fn blink(self) -> Self::Output { ... }
    fn invert(self) -> Self::Output { ... }
    fn hide(self) -> Self::Output { ... }
    fn strikethrough(self) -> Self::Output { ... }
}

Required Associated Types§

Provided Methods§

source

fn bold(self) -> Self::Output

source

fn dim(self) -> Self::Output

source

fn italic(self) -> Self::Output

source

fn underline(self) -> Self::Output

source

fn invert(self) -> Self::Output

source

fn hide(self) -> Self::Output

source

fn strikethrough(self) -> Self::Output

Implementors§