Trait nu_ansi_term::gradient::ANSIColorCode[][src]

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

Required methods

Implementors