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§

§

impl ShellEscapeLossyExt for Path

§

fn shell_escape_lossy(&self) -> Cow<'_, str>

Escape characters that may have special meaning in a shell.

Implementors§