Re-exports

pub use bold::Bold;
pub use border_bg::BorderBg;
pub use border_fg::BorderFg;
pub use fill_bg::FillBg;
pub use fill_invert::FillInvert;
pub use halign::HAlign;
pub use header::Header;
pub use italic::Italic;
pub use max_width::MaxWidth;
pub use min_width::MinWidth;
pub use palette_16::Palette16;
pub use separator::Separator;
pub use strikethrough::Strikethrough;
pub use text_bg::TextBg;
pub use text_fg::TextFg;
pub use text_invert::TextInvert;
pub use underline::Underline;

Modules

Structs

Enums

Indicates the element types to which a particular Style may be assigned.

Traits