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