Trait pill_core::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;
}