Skip to main content

CommandExt

Trait CommandExt 

Source
pub trait CommandExt {
    // Required methods
    fn copied(&self) -> Command;
    fn wrapped<W: AsRef<OsStr>>(&self, wrapper: W) -> Command;
}

Required Methods§

Source

fn copied(&self) -> Command

Source

fn wrapped<W: AsRef<OsStr>>(&self, wrapper: W) -> Command

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl CommandExt for Command

Source§

fn copied(&self) -> Command

Source§

fn wrapped<W: AsRef<OsStr>>(&self, wrapper: W) -> Command

Implementors§