Function std::os::get_exit_status[src]
pub fn get_exit_status() -> int
Fetches the process's current exit code. This defaults to 0 and can change
by calling set_exit_status.
pub fn get_exit_status() -> int
Fetches the process's current exit code. This defaults to 0 and can change
by calling set_exit_status.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).