DOUBLE_UNDERLINE

Constant DOUBLE_UNDERLINE 

Source
pub const DOUBLE_UNDERLINE: &'static str = "\x1b[21m";
Expand description

Double-underline the following text. WARNING: this constant contains the exact same control code as the constant NOT_BOLD, because different terminals interpret the code to mean different things. If you use either constant, be aware that your text may be rendered differently by different terminals.