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