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

Provided Methods§

source

fn send_command(&mut self, command: &str) -> Result<(), Error>

Send a command to the terminal

Implementors§