Trait system_harness::SystemTerminal
source · pub trait SystemTerminal: SystemHarness {
// Provided method
fn send_command(&mut self, command: &str) -> Result<(), Error> { ... }
}Expand description
A trait representing a harnessed system that should be treated as a terminal