Trait gosh_remote::cli::ShellEscapeExt
pub trait ShellEscapeExt {
// Required method
fn shell_escape(&self) -> Cow<'_, str>;
}Required Methods§
fn shell_escape(&self) -> Cow<'_, str>
Implementations on Foreign Types§
§impl<'a> ShellEscapeExt for &'a str
impl<'a> ShellEscapeExt for &'a str
§fn shell_escape(&self) -> Cow<'_, str>
fn shell_escape(&self) -> Cow<'_, str>
Escape characters that may have special meaning in a shell.