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