Trait ToAnsi

Source
pub trait ToAnsi {
    // Required method
    fn to_ansi(&self) -> Ansi;
}
Expand description

Convert string to Ansi type

Required Methods§

Source

fn to_ansi(&self) -> Ansi

Implementors§