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