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