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