Trait pill_core::utils::PillStyle[][src]

pub trait PillStyle {
    fn mobj_style(self) -> ColoredString;
fn gobj_style(self) -> ColoredString;
fn sobj_style(self) -> ColoredString;
fn name_style(self) -> ColoredString;
fn err_style(self) -> ColoredString; }

Required methods

Implementations on Foreign Types

Implementors