Skip to main content

ExitCodeTable

Derive Macro ExitCodeTable 

Source
#[derive(ExitCodeTable)]
{
    // Attributes available to this derive:
    #[exit_code]
}
Expand description

Derive an inherent exit_code_to_variant() method on an enum. See crate docs for details.