pub trait CommandExt {
    // Required method
    fn spawn_terminal(&mut self) -> Result<Terminal>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl CommandExt for Command

Implementors§