Trait eza::output::render::GroupColours
source · pub trait GroupColours {
// Required methods
fn yours(&self) -> Style;
fn not_yours(&self) -> Style;
fn no_group(&self) -> Style;
fn root_group(&self) -> Style;
}