pub trait ShellEscapeLossyExt {
    // Required method
    fn shell_escape_lossy(&self) -> Cow<'_, str>;
}

Required Methods§

source

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

Implementors§