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