Macro ExitStatusUnknown
macro_rules! ExitStatusUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown ExitStatus
member.
macro_rules! ExitStatusUnknown {
() => { ... };
}
Pattern that matches an unknown ExitStatus
member.