pub trait ANSIColorCode { // Required method fn ansi_color_code(&self, target: TargetGround) -> String; }