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

Required methods

Implementors