Skip to main content

HideWindow

Trait HideWindow 

Source
pub trait HideWindow {
    // Required method
    fn hide_window(&mut self) -> &mut Self;
}

Required Methods§

Source

fn hide_window(&mut self) -> &mut Self

Mark the command so its child does not get a visible console window on Windows. No-op elsewhere.

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 HideWindow for Command

Source§

fn hide_window(&mut self) -> &mut Self

Source§

impl HideWindow for Command

Source§

fn hide_window(&mut self) -> &mut Self

Implementors§