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