Struct tendermint_testgen::command::CommandRun [−][src]
pub struct CommandRun {
pub status: ExitStatus,
pub stdout: String,
pub stderr: String,
}
Expand description
The result of a command execution if the child process managed to execute
Fields
status: ExitStatus
stdout: String
stderr: String