Trait term_detect::InTerminal
source · pub trait InTerminal {
// Required methods
fn in_terminal(&self, term: Terminal) -> Self;
fn in_terminal_args<I, S>(&self, term: Terminal, args: I) -> Self
where I: IntoIterator<Item = S>,
S: AsRef<OsStr>;
}
Expand description
Allows a Command
to be executed in a terminal