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