Function lrs::process::exit

Exits the process.

Syntax

fn exit(code: u8) -> !

Arguments

NameDescription
code

The exit code that will be shown to the parent process.

See also