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