pub trait CommandFgControlExt {
// Required method
fn take_foreground(&mut self);
}Expand description
Extension trait for arranging for commands to take the foreground.
Required Methods§
Sourcefn take_foreground(&mut self)
fn take_foreground(&mut self)
Arranges for the command to take the foreground when it is executed.