StyleOutputMsg

Trait StyleOutputMsg 

Source
pub trait StyleOutputMsg<O> {
    // Required methods
    fn bash_escaped_with_style(&self) -> O;
    fn styled(&self) -> O;
}

Required Methods§

Source

fn bash_escaped_with_style(&self) -> O

Escape the content for bash shell if it is not error

Source

fn styled(&self) -> O

Implementors§