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