aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/res/exit_code.rs
blob: 388a6f163c06a32ed827d7871951fd9546b31fc6 (plain) (blame)
1
2
3
4
#[derive(Debug, Default, Clone, Copy)]
pub struct ExitCode {
    pub exit_code: i32,
}