Expand description
Traits for interaction with the terminal.
Structs§
- Echoing
- Wrapper that allows configuring echoing of the shell process.
- Spawned
Shell - Wrapper for spawned shell and related I/O returned by
SpawnShell::spawn_shell()
.
Traits§
- Configure
Command - Common denominator for types that can be used to configure commands for execution in the terminal.
- Shell
Process - Representation of a shell process.
- Spawn
Shell - Encapsulates spawning and sending inputs / receiving outputs from the shell.