pub trait StyleOutputMsg<O> {
// Required methods
fn bash_escaped_with_style(&self) -> O;
fn styled(&self) -> O;
}Required Methods§
Sourcefn bash_escaped_with_style(&self) -> O
fn bash_escaped_with_style(&self) -> O
Escape the content for bash shell if it is not error