Struct term_transcript::StdShell [−][src]
pub struct StdShell { /* fields omitted */ }
Expand description
Shell interpreter that brings additional functionality for ShellOptions
.
Trait Implementations
type ShellProcess = ChildShell
type ShellProcess = ChildShell
Spawned shell process.
type Reader = PipeReader
type Reader = PipeReader
Reader of the shell output.
type Writer = ChildStdin
type Writer = ChildStdin
Writer to the shell input.
Spawns a shell process. Read more