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