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