Struct ::process::ExitStatus

The exit status from a completed child process

Methods

fn code(self) -> Option
fn success(self) -> bool

Protocols

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.

protocol string_display
println("{}", value)

Allows the value to be display printed.