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