Struct term_transcript::traits::ChildShell [−][src]
pub struct ChildShell { /* fields omitted */ }
Expand description
ShellProcess
implementation based on Child
from the Rust standard library.
Implementations
Trait Implementations
Returns true
if the input commands are echoed back to the output.
Checks if the process is alive. Read more