CommandFgControlExt

Trait CommandFgControlExt 

Source
pub trait CommandFgControlExt {
    // Required method
    fn take_foreground(&mut self);
}
Expand description

Extension trait for arranging for commands to take the foreground.

Required Methods§

Source

fn take_foreground(&mut self)

Arranges for the command to take the foreground when it is executed.

Implementations on Foreign Types§

Source§

impl CommandFgControlExt for Command

Implementors§