Struct term_transcript::traits::SpawnedShell [−][src]
pub struct SpawnedShell<S: SpawnShell + ?Sized> {
pub shell: S::ShellProcess,
pub reader: S::Reader,
pub writer: S::Writer,
}Expand description
Wrapper for spawned shell and related I/O returned by SpawnShell::spawn_shell().
Fields
shell: S::ShellProcessShell process.
reader: S::ReaderReader of shell output.
writer: S::WriterWriter to shell input.
